1
0

now it will compile on linux

git-svn-id: http://mc-server.googlecode.com/svn/trunk@185 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
mtilden@gmail.com 2012-01-29 01:09:00 +00:00
parent 1b13cc9e43
commit f08295ab25

View File

@ -13,7 +13,7 @@
CC = /usr/bin/g++
CC_OPTIONS = -s -O3
CCE_OPTIONS = -s -x c -O3
LNK_OPTIONS = -lstdc++ -O3
LNK_OPTIONS = -lstdc++ -pthread -O3
#