mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
CONFIGURE: Remove -O2 flag from --enable-tsan
This commit is contained in:
parent
44e21a499d
commit
771ba72d24
4
configure
vendored
4
configure
vendored
@ -5612,8 +5612,8 @@ echo "$_enable_asan"
|
||||
echo_n "Enabling Thread Sanitizer... "
|
||||
|
||||
if test "$_enable_tsan" = yes ; then
|
||||
append_var CXXFLAGS "-fsanitize=thread -O2"
|
||||
append_var LDFLAGS "-fsanitize=thread -O2"
|
||||
append_var CXXFLAGS "-fsanitize=thread"
|
||||
append_var LDFLAGS "-fsanitize=thread"
|
||||
fi
|
||||
echo "$_enable_tsan"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user