X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=Makefile;h=ae16e3e651af869e3a44b3ff2b2a30cadf6c77dd;hp=3024ee3bc9a358cdc8437dfdb5dc33f612333561;hb=3674b7a5b534224cc22551673a9d0ae9b83206c4;hpb=35c329e4b66fc60622080be1b9ff30148a7e74e4 diff --git a/Makefile b/Makefile index 3024ee3..ae16e3e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ obj = $(src:.cc=.o) $(csrc:.c=.o) dep = $(obj:.o=.d) bin = demo -opt = -O3 -ffast-math +#opt = -O3 -ffast-math dbg = -g incpath = -Isrc -Isrc/machine -I/usr/local/include `pkg-config --cflags sdl2`