X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2FMakefile;h=c39d7dcd5c9cba3bb417ca183f4a3e8161c3e7b6;hp=95ff5be0f8576d057458fbf8fbc4312f5bf3c35f;hb=af1f07330cb8f4d448cc75ee720b633338eba1e8;hpb=a851cf197844a2eb15fd5ee2c350ee296e415dca diff --git a/src/Makefile b/src/Makefile index 95ff5be..c39d7dc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,7 @@ #Makefile ARCH := $(shell uname -m) # TODO: stb_truetype doesn't compile with some of these warnings. -CXX = g++ -std=gnu++0x -g -# -Wall -Werror -Wshadow -pedantic +CXX = g++ -std=gnu++0x -g -Wall -Werror -Wshadow -pedantic MAIN = main.o OBJ = log.o real.o document.o view.o screen.o vfpu.o graphicsbuffer.o framebuffer.o shaderprogram.o stb_truetype.o gl_core44.o LIB_x86_64 = ../contrib/lib/libSDL2-2.0.so.0 -lGL