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
Do not set -fno-gnu-unique for BSD
Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX
3 years ago
parent
414513de66
commit
01fc162215
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile.base.mk
+ 2
- 0
Makefile.base.mk
View File
@@ -173,8 +173,10 @@ BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif
ifneq ($(MACOS_OR_WINDOWS),true)
ifneq ($(BSD),true)
BASE_FLAGS += -fno-gnu-unique
endif
endif
ifeq ($(WINDOWS),true)
# Assume we want posix
Write
Preview
Loading…
Cancel
Save