We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8f7eb commit 485b229Copy full SHA for 485b229
Makefile
@@ -12,7 +12,7 @@ OBJ := $(SRC:.c=.o)
12
13
C_SO_NAME := librestychash.so
14
15
-CFLAGS := -Wall -O3 -flto -g -DFP_RELAX=0 -DDEBUG
+CFLAGS := -Wall -O3 -g
16
THE_CFLAGS := $(CFLAGS) -fPIC -MMD -fvisibility=hidden
17
18
test := t
0 commit comments