makefile: added (commented) debug commandline options
git-svn-id: http://mc-server.googlecode.com/svn/trunk@224 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
f1aaea5022
commit
fc917e4d91
10
makefile
10
makefile
@ -11,11 +11,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CC = /usr/bin/g++
|
CC = /usr/bin/g++
|
||||||
|
|
||||||
|
# _X: These settings produce a debug build, with gdb symbols:
|
||||||
|
# CC_OPTIONS = -s -ggdb
|
||||||
|
# CCE_OPTIONS = -s -x c -ggdb
|
||||||
|
# LNK_OPTIONS = -lstdc++ -pthread -ggdb
|
||||||
|
|
||||||
|
|
||||||
|
# _X: these settings should be used for the release build:
|
||||||
CC_OPTIONS = -s -O3
|
CC_OPTIONS = -s -O3
|
||||||
CCE_OPTIONS = -s -x c -O3
|
CCE_OPTIONS = -s -x c -O3
|
||||||
LNK_OPTIONS = -lstdc++ -pthread -O3
|
LNK_OPTIONS = -lstdc++ -pthread -O3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# INCLUDE directories for MCServer
|
# INCLUDE directories for MCServer
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user