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
Use -g in build flags if using SKIP_STRIPPING=true
pull/351/head
falkTX
3 years ago
parent
d9e856141a
commit
bf74aa2455
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile.base.mk
+ 4
- 0
Makefile.base.mk
View File
@@ -163,6 +163,10 @@ LINK_OPTS += -Wl,--strip-all
endif
endif
ifeq ($(SKIP_STRIPPING),true)
BASE_FLAGS += -g
endif
ifeq ($(NOOPT),true)
# Non-CPU-specific optimization flags
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
Write
Preview
Loading…
Cancel
Save