This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Use -fno-gnu-unique for linux builds
Signed-off-by: falkTX <falktx@falktx.com>
pull/26/head
falkTX
3 years ago
parent
b54d024659
commit
cc201866d3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
setup/env.sh
+ 2
- 0
setup/env.sh
View File
@@ -81,6 +81,8 @@ elif [ "${WIN32}" -eq 1 ]; then
BUILD_FLAGS+=" -DFLUIDSYNTH_NOT_A_DLL"
BUILD_FLAGS+=" -DPTW32_STATIC_LIB"
BUILD_FLAGS+=" -mstackrealign"
else
BUILD_FLAGS+=" -fno-gnu-unique"
fi
# anything that talks to db should have this
Write
Preview
Loading…
Cancel
Save