From e6c3cc8adebf147d9885efebb4dc09eb431b5577 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Aug 2011 12:25:35 +0100 Subject: Revert adding -mno-avx to CXXFLAGS, not universally supported This reverts commit bf85809783ba11c9018c03f5a26508fa856ff3f8. --- bridges/source/cpp_uno/mingw_intel/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges/source/cpp_uno/mingw_intel') diff --git a/bridges/source/cpp_uno/mingw_intel/makefile.mk b/bridges/source/cpp_uno/mingw_intel/makefile.mk index a3c2b2af6768..2c7a8da48527 100644 --- a/bridges/source/cpp_uno/mingw_intel/makefile.mk +++ b/bridges/source/cpp_uno/mingw_intel/makefile.mk @@ -49,7 +49,7 @@ CFLAGS += -DBROKEN_ALLOCA # In case someone enabled the non-standard -fomit-frame-pointer which does not # work with the .cxx sources in this directory: -CFLAGSCXX += -fno-omit-frame-pointer -mno-avx +CFLAGSCXX += -fno-omit-frame-pointer NOOPTFILES= \ $(SLO)$/uno2cpp.obj -- cgit