From d7ce12dac3df09317e068574225acccdd33025a0 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Wed, 5 Aug 2009 14:40:13 +0200 Subject: [PATCH] Partially reverting 5b1c6d30 * mms-bitfields causes a decrease in speed by ~30% * Although it's use is recommended for compatibility reasons, it's seemingly not necessary for us anyway (so far) --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 4ecfe7e..4cc5b8b 100755 --- a/build.sh +++ b/build.sh @@ -741,8 +741,6 @@ build_mac() build_win32() { export CPPFLAGS="-D_WIN32_WINDOWS=0x0410 $CPPFLAGS" - export CFLAGS="-mms-bitfields $CFLAGS" - export CXXFLAGS="-mms-bitfields $CXXFLAGS" prepare_mingw || failure build_mingw || failure -- GitLab