summaryrefslogtreecommitdiff
path: root/run_linux64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_linux64.sh')
-rwxr-xr-xrun_linux64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_linux64.sh b/run_linux64.sh
index 0cc70b3..64a648b 100755
--- a/run_linux64.sh
+++ b/run_linux64.sh
@@ -14,7 +14,7 @@ libs/timer_lib/*.c \
libs/tinyfiledialogs/tinyfiledialogs.c"
SOURCES="src/*.cpp src/ui/*.cpp src/locales/*.cpp src/providers/*.cpp"
LIBS="-lstdc++ -lglfw -lGL -lm -lssl -lcrypto"
-FLAGS="-Wall -Wno-changes-meaning -Wno-write-strings -Wno-attributes -Wno-unused-variable -fpermissive -Wno-format-zero-length -g"
+FLAGS="-Wall -Wno-changes-meaning -Wno-write-strings -Wno-attributes -Wno-unused-variable -fpermissive -Wno-format-zero-length -ggdb"
INCLUDE_DIRS="-Ilibs/imgui-1.92.1 \
-Ilibs/imgui-1.92.1/backends \
-Ilibs/openssl-3.6.0-beta1/x64/include \