summaryrefslogtreecommitdiff
path: root/run_linux64.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2025-12-28 14:46:44 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2025-12-28 14:46:44 +0100
commitbe5c11029adb25c586c4fcde6fedfa01d1bdcd49 (patch)
tree251f196c59f5ce2625058c5788e2107059f642ef /run_linux64.sh
parent7c3a271feea4b3693bf93a47924f7c682585e179 (diff)
email send backend
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 \