Skip to content

Instantly share code, notes, and snippets.

@DKrepsky
Last active August 22, 2017 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DKrepsky/44777901adab5c2f5c50 to your computer and use it in GitHub Desktop.
Save DKrepsky/44777901adab5c2f5c50 to your computer and use it in GitHub Desktop.
Change stack and heap size in Qt with gcc
Put this in .pro
QMAKE_CXXFLAGS += -Wl,--stack,100000000
QMAKE_CXXFLAGS += -Wl,--heap,100000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment