summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1c992d3..0950f59 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ LIB_SUFFIX=`if test \`uname -m\` = x86_64 -o \`uname -m\` = ppc64; then echo 64;
# -gc doesn't play nice with threads
# "-k-z noexecstack" (with quotes as a single parameter) avoids marking stack as executable, allowing to work correctly with SELinux in Enforcing mode
# CFLAGS= -vewnhib -Sch -Un -Ci -Co -XX "-k-z noexecstack"
-CFLAGS= -vewnhib -Sch -Ci -Co -CO -Cr -CR
+CFLAGS= -vewi -Sach -Ci -Cr -CR
# EXTRA_CFLAGS= -O3
@@ -55,7 +55,7 @@ tuxcmd::
tuxcmd.dpr
-debug: EXTRA_CFLAGS = -g -gt -gl -gw3 -gv -O-
+debug: EXTRA_CFLAGS = -gw3 -godwarfsets -gl -O1 -Co -CO
debug: tuxcmd
final_debug: EXTRA_CFLAGS = -g -gl -gv -O3