summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2025-11-27 19:28:03 +0100
committerTomas Bzatek <tbzatek@redhat.com>2025-11-27 21:43:01 +0100
commit36a656e6188f227956dbdf12bf5fda8be1ea7985 (patch)
treee32bf7d43d4ea7d6466db72ba1d6f0d29f75f059 /Makefile
parent90db8b6652f73ddc335922d3a7c593878d83c45e (diff)
downloadtuxcmd-36a656e6188f227956dbdf12bf5fda8be1ea7985.tar.xz
Fix panel separator resizing
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