Skip to content

Commit

Permalink
Change OMNotebook default stack size to 64MB (highest)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 5, 2015
1 parent 3c8cce3 commit a375b7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions OMNotebook/OMNotebookGUI/OMNotebook.config.in
Expand Up @@ -12,3 +12,8 @@ PLOTINC = ../../3rdParty/qwt/src ../../OMPlot/OMPlotGUI
QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
QMAKE_CXXFLAGS = @CFLAGS@ @CPPFLAGS@
QMAKE_LFLAGS += @LDFLAGS@

# 64MB (0x4000000)
mac {
QMAKE_LFLAGS += -Wl,-stack_size,4000000
}

0 comments on commit a375b7d

Please sign in to comment.