Blind fix for Pre bugs
[swarmPDK.git] / buildit.cmd
index d88cc18..4f9a10b 100644 (file)
@@ -3,7 +3,7 @@
 @rem Use Pixi to allow running on either device
 set PRE=0
 set PIXI=1
-set DEBUG=1
+set DEBUG=0
 
 @rem List your source files here
 set SRC=src\swarm.cpp src\Pixel.cpp
@@ -19,7 +19,7 @@ if %PRE% equ 0 if %PIXI% equ 0 goto :END
 if %DEBUG% equ 1 (
    set DEVICEOPTS=-g
 ) else (
-   set DEVICEOPTS=
+   set DEVICEOPTS=-O2
 )
 
 if %PRE% equ 1 (