Is there any way using CodeBlocks to test why a project will not run in Release mode.
I can run the project in Debug Mode fine. When running in Release mode, the project works but no console appears. When running in Debug mode the console appears and it runs as it should. The Test_Project is only a few lines long so there is no issue with the code. I've tested several. I know it's not necessarily a codeblocks issue but I'm wondering if you can test it using the CodeBlocks IDE to find out why this is occuring? Below comes from the 'Build Message' tab below the code editor when I run the code. The Debug and Release mode provide the same message but the Release mode console doesn't appear.
Run: Debug in Test_Project (compiler: GNU GCC Compiler) ===|
Run: Release in Test_Project (compiler: GNU GCC Compiler) ===|