Skip to content

Commit 0a14cdd

Browse files
author
zhengshuxin
committed
prepare release new version
1 parent 8116419 commit 0a14cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_fiber/c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CFLAGS = -c -g -W \
2121
-DUSE_JMP \
2222
-Wmissing-prototypes \
2323
-Wcast-qual \
24-
-Wno-absolute-value \
2524
-DUSE_FAST_RING \
2625
#-DUSE_FAST_TIME \
2726
#-DDEBUG_MEM \
@@ -66,6 +65,7 @@ ifeq ($(findstring gcc, $(CC)), gcc)
6665
GCC_VER:=$(shell [ $(GCC_MAJOR) -gt 4 -o \( $(GCC_MAJOR) -eq 4 -a $(GCC_MINOR) -gt 4 \) ] && echo true)
6766
ifeq ($(GCC_VER), true)
6867
CFLAGS += -Wno-implicit-fallthrough
68+
CFLAGS += -Wno-absolute-value
6969
endif
7070
endif
7171

0 commit comments

Comments
 (0)