mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
compatiable for lower cmake
This commit is contained in:
parent
687195ad40
commit
fb376b2484
@ -13,7 +13,7 @@ add_definitions(
|
|||||||
"-std=gnu99"
|
"-std=gnu99"
|
||||||
"-fPIC"
|
"-fPIC"
|
||||||
"-Wall"
|
"-Wall"
|
||||||
"-Werror"
|
# "-Werror"
|
||||||
"-Wshadow"
|
"-Wshadow"
|
||||||
"-Wpointer-arith"
|
"-Wpointer-arith"
|
||||||
"-Waggregate-return"
|
"-Waggregate-return"
|
||||||
@ -25,7 +25,7 @@ add_definitions(
|
|||||||
"-Wuninitialized"
|
"-Wuninitialized"
|
||||||
"-D_POSIX_PTHREAD_SEMANTICS"
|
"-D_POSIX_PTHREAD_SEMANTICS"
|
||||||
"-DACL_PREPARE_COMPILE"
|
"-DACL_PREPARE_COMPILE"
|
||||||
"-Wno-invalid-source-encoding"
|
# "-Wno-invalid-source-encoding"
|
||||||
"-Wstrict-prototypes"
|
"-Wstrict-prototypes"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user