From cc201866d35449bce0d9e02a85f641aa071437b8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 10 Mar 2022 21:56:47 +0000 Subject: [PATCH] Use -fno-gnu-unique for linux builds Signed-off-by: falkTX --- setup/env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/env.sh b/setup/env.sh index 0429abd..12a18db 100644 --- a/setup/env.sh +++ b/setup/env.sh @@ -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