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