summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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.