|
|
@ -12,8 +12,7 @@ CC_OPTIONS = -O3 -flto -g -pthread -D_GNU_SOURCE
|
|
|
|
BINARY_NAME=sledgert
|
|
|
|
BINARY_NAME=sledgert
|
|
|
|
|
|
|
|
|
|
|
|
# Number of Cores. Options: {2...N or TOTAL_CORES}
|
|
|
|
# Number of Cores. Options: {2...N or TOTAL_CORES}
|
|
|
|
# NCORES = ${TOTAL_CORES}
|
|
|
|
NCORES = ${TOTAL_CORES}
|
|
|
|
NCORES = 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Options: {USE_MEM_GENERIC, USE_MEM_VM}
|
|
|
|
# Options: {USE_MEM_GENERIC, USE_MEM_VM}
|
|
|
|
USE_MEM = USE_MEM_VM
|
|
|
|
USE_MEM = USE_MEM_VM
|
|
|
@ -21,10 +20,10 @@ USE_MEM = USE_MEM_VM
|
|
|
|
# Debugging Flags
|
|
|
|
# Debugging Flags
|
|
|
|
|
|
|
|
|
|
|
|
# Strips out calls to assert()
|
|
|
|
# Strips out calls to assert()
|
|
|
|
# CFLAGS += -DNDEBUG
|
|
|
|
CFLAGS += -DNDEBUG
|
|
|
|
|
|
|
|
|
|
|
|
# Turns on debuglog and other assorted printfs in third party libs
|
|
|
|
# Turns on debuglog and other assorted printfs in third party libs
|
|
|
|
CFLAGS += -DDEBUG
|
|
|
|
# CFLAGS += -DDEBUG
|
|
|
|
|
|
|
|
|
|
|
|
# Redirects debuglogs to /runtime/bin/awesome.log
|
|
|
|
# Redirects debuglogs to /runtime/bin/awesome.log
|
|
|
|
#FIXME This log should be changed to sledge.log (and likely to a user defined path)
|
|
|
|
#FIXME This log should be changed to sledge.log (and likely to a user defined path)
|
|
|
|