This commit is contained in:
khanhduytran0
2026-05-31 18:30:43 +07:00
parent ee5a77842b
commit 18a3362131
2 changed files with 93 additions and 50 deletions
+8 -1
View File
@@ -8,9 +8,16 @@ include $(THEOS)/makefiles/common.mk
LIBRARY_NAME = entry1_type0x09
RECOMP_DEBUG_LOCALS ?= 0
ifeq ($(RECOMP_DEBUG_LOCALS),1)
entry1_type0x09_OPTFLAGS = -O0 -fno-omit-frame-pointer
else
entry1_type0x09_OPTFLAGS = -Og
endif
entry1_type0x09_FILES = entry1_type0x09.m
entry1_type0x09_CFLAGS = \
-Og \
$(entry1_type0x09_OPTFLAGS) \
-fno-inline \
-fno-strict-aliasing \
-Wno-int-conversion \