mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed cross-compilation flag for x86-64 macOS compilation
This commit is contained in:
parent
e74e08fa4f
commit
46131cde74
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CC=clang
|
||||
COMMON_FLAGS=-g2 -std=gnu99 -fstack-protector-all -Wno-error=implicit-function-declaration -arch X86_64
|
||||
COMMON_FLAGS=-g2 -std=gnu99 -fstack-protector-all -Wno-error=implicit-function-declaration -arch x86_64
|
||||
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