Skip to content

Commit 485b229

Browse files
committed
makefile: removed useless or nonportable cflags.
1 parent 7f8f7eb commit 485b229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJ := $(SRC:.c=.o)
1212

1313
C_SO_NAME := librestychash.so
1414

15-
CFLAGS := -Wall -O3 -flto -g -DFP_RELAX=0 -DDEBUG
15+
CFLAGS := -Wall -O3 -g
1616
THE_CFLAGS := $(CFLAGS) -fPIC -MMD -fvisibility=hidden
1717

1818
test := t

0 commit comments

Comments
 (0)