We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf09d4 commit f3b0028Copy full SHA for f3b0028
workspace/trimuismart/cores/patches/pcsx_rearmed.patch
@@ -13,7 +13,7 @@ index 7b9618e1ccfc63982be50b82fda498d75e307fdc..f314adcbea17f05f473e1cbafc8711ab
13
+ CXX = $(CROSS_COMPILE)g++
14
+ AR = $(CROSS_COMPILE)ar
15
+ CFLAGS += -marm -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -fomit-frame-pointer
16
-+ CFLAGS += -ffast-math -fdata-sections -ffunction-sections -fsingle-precision-constant -flto -fPIC
++ CFLAGS += -ffast-math -fdata-sections -ffunction-sections -fsingle-precision-constant -flto -fPIC -DNO_HWCAP
17
+ LDFLAGS += -flto -fPIC
18
+ ifeq (,$(DEBUG))
19
+ # LDFLAGS += -s
0 commit comments