diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2025-01-04 20:41:26 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2025-11-27 21:42:57 +0100 |
| commit | 90db8b6652f73ddc335922d3a7c593878d83c45e (patch) | |
| tree | 6b3f8ed57d4dc3358c2965bf41f6e613b8b80bf0 /Makefile | |
| parent | 63ff1bea9bb1e87a7e2643f680d04f2b9c00d072 (diff) | |
| download | tuxcmd-90db8b6652f73ddc335922d3a7c593878d83c45e.tar.xz | |
Basic ListView CSS styling
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -35,9 +35,11 @@ LIB_SUFFIX=`if test \`uname -m\` = x86_64 -o \`uname -m\` = ppc64; then echo 64; # -CR and -Cr must be disabled here, causes range check errors with gnome-power-manager # -Cg generates internal compiler errors on i386 # -XX prevents linking errors of unresolved and unused symbols +# -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" -EXTRA_CFLAGS= -O3 +# CFLAGS= -vewnhib -Sch -Un -Ci -Co -XX "-k-z noexecstack" +CFLAGS= -vewnhib -Sch -Ci -Co -CO -Cr -CR +# EXTRA_CFLAGS= -O3 tuxcmd:: @@ -53,7 +55,7 @@ tuxcmd:: tuxcmd.dpr -debug: EXTRA_CFLAGS = -g -gl -gv -O- +debug: EXTRA_CFLAGS = -g -gt -gl -gw3 -gv -O- debug: tuxcmd final_debug: EXTRA_CFLAGS = -g -gl -gv -O3 |
