Skip to content
Snippets Groups Projects
Commit d7ce12da authored by Oliver Bock's avatar Oliver Bock
Browse files

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)
parent e3061644
Branches
Tags release_ABP1_008
No related merge requests found
...@@ -741,8 +741,6 @@ build_mac() ...@@ -741,8 +741,6 @@ build_mac()
build_win32() build_win32()
{ {
export CPPFLAGS="-D_WIN32_WINDOWS=0x0410 $CPPFLAGS" export CPPFLAGS="-D_WIN32_WINDOWS=0x0410 $CPPFLAGS"
export CFLAGS="-mms-bitfields $CFLAGS"
export CXXFLAGS="-mms-bitfields $CXXFLAGS"
prepare_mingw || failure prepare_mingw || failure
build_mingw || failure build_mingw || failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment