Browse Source

Always set HAVE_MIXED_SIZE_ADDRESSING (for any db stuff)

tags/v1.0
falkTX 4 years ago
parent
commit
b4d954d322
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      setup/env.sh

+ 3
- 0
setup/env.sh View File

@@ -65,6 +65,9 @@ elif [ "${WIN32}" -eq 1 ]; then
BUILD_FLAGS+=" -DFLUIDSYNTH_NOT_A_DLL -DPTW32_STATIC_LIB -mstackrealign" BUILD_FLAGS+=" -DFLUIDSYNTH_NOT_A_DLL -DPTW32_STATIC_LIB -mstackrealign"
fi fi


# anything that talks to db should have this
BUILD_FLAGS+=" -DHAVE_MIXED_SIZE_ADDRESSING"

TARGET_CFLAGS="${BUILD_FLAGS}" TARGET_CFLAGS="${BUILD_FLAGS}"
TARGET_CXXFLAGS="${BUILD_FLAGS} -fvisibility-inlines-hidden" TARGET_CXXFLAGS="${BUILD_FLAGS} -fvisibility-inlines-hidden"




Loading…
Cancel
Save