mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
add flag -Wno-error=implicit-function-declaration
This commit is contained in:
parent
43f5760a7e
commit
87339c7b73
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CC=clang
|
||||
COMMON_FLAGS=-g2 -std=gnu99 -fstack-protector-all -Wimplicit-function-declaration
|
||||
COMMON_FLAGS=-g2 -std=gnu99 -fstack-protector-all -Wno-error=implicit-function-declaration
|
||||
PROD_FLAGS=$(COMMON_FLAGS) -DLAMA_ENV
|
||||
TEST_FLAGS=$(COMMON_FLAGS) -DDEBUG_VERSION
|
||||
UNIT_TESTS_FLAGS=$(TEST_FLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue