This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Mini-Series
mirror of
https://github.com/DISTRHO/Mini-Series
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix default build flags
pull/1/head
falkTX
10 years ago
parent
a6275f5fdc
commit
c392c2a225
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.mk
+ 1
- 1
Makefile.mk
View File
@@ -50,7 +50,7 @@ BASE_OPTS = -O2 -ffast-math -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mf
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
endif
endif
if
n
eq ($(NOOPT),true)
ifeq ($(NOOPT),true)
# No optimization flags
# No optimization flags
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif
endif
Write
Preview
Loading…
Cancel
Save