mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
compiling acl
This commit is contained in:
parent
a0a8a0ef4c
commit
56afc8cf80
@ -1,5 +1,6 @@
|
||||
base_path = ../../..
|
||||
include ../../Makefile.in
|
||||
CFLAGS += -Wno-deprecated-declarations
|
||||
#Path for SunOS
|
||||
ifeq ($(findstring SunOS, $(UNIXNAME)), SunOS)
|
||||
EXTLIBS = -liconv
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user