This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Tweak MOD-Duo flags
tags/1.9.7
falkTX
9 years ago
parent
151ba5ee0a
commit
93e564d380
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/Makefile.mk
+ 1
- 1
source/Makefile.mk
View File
@@ -82,7 +82,7 @@ endif
ifeq ($(MODDUO),true)
ifeq ($(MODDUO),true)
# MOD Duo optimization flags
# MOD Duo optimization flags
BASE_OPTS = -O2 -ffast-math -march=armv7-a -mtune=cortex-a7 -mfpu=neon -mfloat-abi=hard
BASE_OPTS = -O2 -ffast-math -march=armv7-a -mtune=cortex-a7 -mfpu=neon
-vfpv4
-mfloat-abi=hard
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
endif
endif
Write
Preview
Loading…
Cancel
Save