Browse Source

Use -fno-gnu-unique for linux builds

Signed-off-by: falkTX <falktx@falktx.com>
pull/26/head
falkTX 3 years ago
parent
commit
cc201866d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save