set stacksize on win to be same as on linux to make bugs more consistent.

see issue #116
epec-fast
Don Bright 2013-06-15 09:01:34 -05:00
parent b024a1d6c1
commit d746f77c11
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ CONFIG(mingw-cross-env) {
LIBS += mingw-cross-env/lib/libgmp.a
LIBS += mingw-cross-env/lib/libCGAL.a
QMAKE_CXXFLAGS += -fpermissive
WINSTACKSIZE = 8388608 # 8MB # github issue 116
QMAKE_CXXFLAGS += -Wl,--stack,$$WINSTACKSIZE # github issue 116
LIBS += -Wl,--stack,$$WINSTACKSIZE
QMAKE_DEL_FILE = rm -f
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-local-typedefs #eigen3
}