summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-08-23 14:40:02 -0400
committerFox Caminiti <fox@foxcam.net>2022-08-23 14:40:02 -0400
commit2e0e12140e95be18abf3cf7e54230ef22f410fbd (patch)
tree3cbbd9c31a87d96362c015aa6b649274dffb2235 /build.sh
parente25257a0431ef475e5106f7534319b161b81fcae (diff)
effects can use gl state
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index a41428b..61109c7 100755
--- a/build.sh
+++ b/build.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-OPTIMIZATION="-O2" # Enable optimization.
+OPTIMIZATION="-g" # Enable optimization.
DEBUG=1 # Compile with debug UI.
-IMGUI=1 # Compile ImGui libs. Our custom ImGui functions still compile on zero.
+IMGUI=0 # Compile ImGui libs. Our custom ImGui functions still compile on zero.
THREADED=1 # Compile with threading. Useful to disable when stepping through the renderer.
WINDOWS=0 # Compile for Windows with Mingw.
ARM=0 # Compile on ARM machines.