Skip to content

Commit

Permalink
#3373 - Give more stack on Windows for the QT clients that use the om…
Browse files Browse the repository at this point in the history
…c dll.
  • Loading branch information
adeas31 committed Jun 26, 2015
1 parent 03def48 commit d6e9031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMEdit/OMEditGUI/OMEditGUI.pro
Expand Up @@ -55,6 +55,8 @@ win32 {

DEFINES += IMPORT_INTO=1

QMAKE_CXXFLAGS += -Wl,--stack,16777216

CONFIG(release, debug|release) {
# In order to get the stack trace in Windows we must add -g flag. Qt automatically adds the -O2 flag for optimization.
# We should also unset the QMAKE_LFLAGS_RELEASE define because it is defined as QMAKE_LFLAGS_RELEASE = -Wl,-s in qmake.conf file for MinGW
Expand Down

0 comments on commit d6e9031

Please sign in to comment.