Last active
August 22, 2017 22:23
-
-
Save DKrepsky/44777901adab5c2f5c50 to your computer and use it in GitHub Desktop.
Change stack and heap size in Qt with gcc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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