mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
Added flag for compilation for macOS
This commit is contained in:
parent
19116f0821
commit
f4504de0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
CC=clang
|
CC=clang
|
||||||
COMMON_FLAGS=-g2 -std=gnu99 -fstack-protector-all -Wno-error=implicit-function-declaration
|
COMMON_FLAGS=-g2 -std=gnu99 -fstack-protector-all -Wno-error=implicit-function-declaration -target X86_64-apple-macho
|
||||||
PROD_FLAGS=$(COMMON_FLAGS) -DLAMA_ENV
|
PROD_FLAGS=$(COMMON_FLAGS) -DLAMA_ENV
|
||||||
TEST_FLAGS=$(COMMON_FLAGS) -DDEBUG_VERSION
|
TEST_FLAGS=$(COMMON_FLAGS) -DDEBUG_VERSION
|
||||||
UNIT_TESTS_FLAGS=$(TEST_FLAGS)
|
UNIT_TESTS_FLAGS=$(TEST_FLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue