|
|
@ -2,7 +2,7 @@ CFILES := src/*.c
|
|
|
|
INCLUDES := -Iinclude/
|
|
|
|
INCLUDES := -Iinclude/
|
|
|
|
|
|
|
|
|
|
|
|
# fPIC = Position Independent Code, necessary for linking to relative addresses.
|
|
|
|
# fPIC = Position Independent Code, necessary for linking to relative addresses.
|
|
|
|
CFLAGS := -fPIC -O3 -flto
|
|
|
|
CFLAGS := -fPIC -O3 -flto -ftls-model=initial-exec
|
|
|
|
|
|
|
|
|
|
|
|
# Strips out calls to assert() and disables debuglog
|
|
|
|
# Strips out calls to assert() and disables debuglog
|
|
|
|
CFLAGS+=-DNDEBUG
|
|
|
|
CFLAGS+=-DNDEBUG
|
|
|
|