summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-23 05:40:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-23 05:40:58 +0000
commit4b211cc39158e74c1f1113015a1eadc8344547c1 (patch)
treef596bee2472372fdc808f3ddd545ed4a671873ba /Makefile
parenteeebabb26b899a56926f2bd566a12e68c5d08ca6 (diff)
downloadhercules-4b211cc39158e74c1f1113015a1eadc8344547c1.tar.gz
hercules-4b211cc39158e74c1f1113015a1eadc8344547c1.tar.bz2
hercules-4b211cc39158e74c1f1113015a1eadc8344547c1.tar.xz
hercules-4b211cc39158e74c1f1113015a1eadc8344547c1.zip
- Added -fstack-protector to the Makefile, commented out by default.
- Increased all chase/follow skill rates by 10 since their trigger rate has been decreased by that much due to the unit-data update. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6237 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14bc1b204..eb0618252 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ OPT += -O2
# OPT += -rdynamic
OPT += -ffast-math
# OPT += -fbounds-checking
+# OPT += -fstack-protector
# OPT += -fomit-frame-pointer
OPT += -Wall -Wno-sign-compare
# OPT += -DCHRIF_OLDINFO