summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-07 18:42:53 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-04-07 18:42:53 +0000
commit90fd7a2c221c9e13a43d2c01e3af53c04e393945 (patch)
tree130cfcc656939ca5103deec186ee32bf7888344e /Makefile
parent1a348ede4934a1ba78f337ee1dffe11a699f4bef (diff)
downloadhercules-90fd7a2c221c9e13a43d2c01e3af53c04e393945.tar.gz
hercules-90fd7a2c221c9e13a43d2c01e3af53c04e393945.tar.bz2
hercules-90fd7a2c221c9e13a43d2c01e3af53c04e393945.tar.xz
hercules-90fd7a2c221c9e13a43d2c01e3af53c04e393945.zip
G++ is now the default on trunk [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@1443 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 86ccb0189..b6baa4bc3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,11 @@
-CC = gcc -pipe
-# CC = gcc -pipe -DPCRE_SUPPORT
-# CC = g++ --pipe
-# CC = gcc -pipe -DGCOLLECT
-# CC = gcc -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK
-# CC = /usr/local/bin/gcc -fbounds-checking -pipe -DBCHECK
+CC = g++ -pipe -DPCRE_SUPPORT
+# CC = g++ -pipe -DGCOLLECT
+# CC = g++ -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK
# GCLIB = -lgc
-# GCLIB = -L/usr/local/lib -lpcre
-GCLIB =
+GCLIB = -L/usr/local/lib -lpcre
+# GCLIB =
# GCLIB = -ldmalloc
PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT