compiling acl

This commit is contained in:
zhengshuxin 2020-01-07 10:36:29 +08:00
parent a0a8a0ef4c
commit 56afc8cf80
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
base_path = ../../..
include ../../Makefile.in
CFLAGS += -Wno-deprecated-declarations
#Path for SunOS
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
EXTLIBS = -liconv

View File

@ -21,6 +21,7 @@ CFLAGS = -c -g -W \
-DUSE_JMP \
-Wmissing-prototypes \
-Wcast-qual \
-Wno-absolute-value \
-DUSE_FAST_RING \
#-DUSE_FAST_TIME \
#-DDEBUG_MEM \