O/S : Windows 8
Codelite installed from "codelite-5.0.6213-mingw4.7.1-wx2.9.4.exe"
I'd like to increase the heap space for one of my projects (a GUI executable based on wxWidgets+wxFBframe)
The linker options are currently
And the heap option I believe I wish to add is-mwindows;-s;$(shell wx-config --debug=no --libs --unicode=yes)
or-Wl,--heap,200000000
But I'm not sure (a) if the heap option makes any sense, and (b) where within the linker options to add the heap option-Wl,--heap=200000000
Any assistance gratefully received