We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2c521 commit 5e25580Copy full SHA for 5e25580
libsledge/Makefile
@@ -2,7 +2,7 @@ CFILES := src/*.c
2
INCLUDES := -Iinclude/
3
4
# fPIC = Position Independent Code, necessary for linking to relative addresses.
5
-CFLAGS := -fPIC -O3 -flto
+CFLAGS := -fPIC -O3 -flto -ftls-model=initial-exec
6
7
# Strips out calls to assert() and disables debuglog
8
CFLAGS+=-DNDEBUG
0 commit comments