load exhibits fails because loading is async
[laserbrain_demo] / Makefile
index 3024ee3..ae16e3e 100644 (file)
--- 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`