User forums > Help
App crashes on run
Miguel Gimenez:
You can convert the release target in a debug one activating generation of debugging symbols (option -g) and deactivating optimization (option -O2) in Project->Build options->Compiler settings->Compiler flags. You can also define NDEBUG in the #defines tab.
After changing these options you must rebuild the project (Build->Rebuild) before clicking the debug tool button.
While learning you should always generate a debug target.
Navigation
[0] Message Index
[*] Previous page
Go to full version