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 8f8add9..46a9e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ LIB_SUFFIX=`if test \`uname -m\` = x86_64 -o \`uname -m\` = ppc64; then echo 64;
# -Cg generates internal compiler errors on i386
# -XX prevents linking errors of unresolved and unused symbols
# "-k-z noexecstack" (with quotes as a single parameter) avoids marking stack as executable, allowing to work correctly with SELinux in Enforcing mode
-CFLAGS= -vweh -Un -Ci -Co -XX "-k-z noexecstack"
+CFLAGS= -vewnhib -Sch -Un -Ci -Co -XX "-k-z noexecstack"
EXTRA_CFLAGS= -O3
@@ -48,7 +48,7 @@ tuxcmd::
echo " ConstFPCCompilerHostProcessorString = '`fpc -iSP`';" >> fpcver.inc
echo " ConstFPCTargetOSString = '`fpc -iTO`';" >> fpcver.inc
echo " ConstFPCTargetProcessorString = '`fpc -iTP`';" >> fpcver.inc
- fpc -Mdelphi $(CFLAGS) $(EXTRA_CFLAGS) \
+ fpc -Mobjfpc $(CFLAGS) $(EXTRA_CFLAGS) \
-Fu./bindings -Fu./libgtk_kylix -Fu./translations -Fu./vfs \
tuxcmd.dpr