Added explicit translation for macos using Rosetta (hopefully)

This commit is contained in:
Egor Sheremetov 2024-05-28 16:22:54 +02:00 committed by Roman Venediktov
parent f4b9aa1eb9
commit 612fe84e51
3 changed files with 4 additions and 4 deletions

View file

@ -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 -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)