summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@vmrawhide.w2k3dom>2008-08-20 14:25:46 +0200
committerTomas Bzatek <tbzatek@vmrawhide.w2k3dom>2008-08-20 14:25:46 +0200
commit4ca87806591ddb110edccd91e7b581c40a1beb72 (patch)
tree6be8c79375ceb7089ef93454cb7449ce6d3cff80 /Makefile
parent9e95d1204b9a05638e912d98ea3d1abf5faa35fd (diff)
downloadtuxcmd-4ca87806591ddb110edccd91e7b581c40a1beb72.tar.xz
Always use smartlinking to prevent unresolved symbols messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd72bc1..439665b 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ LIB_SUFFIX=`if test \`uname -m\` = x86_64; then echo 64; fi`
# -Ct must be disabled here, causes unneeded crashes
# -CR and -Cr must be disabled here, causes range check errors with gnome-power-manager
# -Cg generates internal compiler errors on i386
-CFLAGS= -vweh -Un -Ci -Co
+# -XX prevents linking errors of unresolved and unused symbols
+CFLAGS= -vweh -Un -Ci -Co -XX