This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix typo
pull/6/head
falkTX
9 years ago
parent
277d2de600
commit
2d865dae20
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/Makefile.mk
+ 1
- 1
dgl/Makefile.mk
View File
@@ -39,7 +39,7 @@ BASE_OPTS = -O2 -march=armv6 -mfpu=vfp -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
if
n
eq ($(NOOPT),true)
ifeq ($(NOOPT),true)
# No optimization flags
# No optimization flags
BASE_OPTS = -O2 -fdata-sections -ffunction-sections
BASE_OPTS = -O2 -fdata-sections -ffunction-sections
endif
endif
Write
Preview
Loading…
Cancel
Save