91
Help / Re: Original Post-compile message in the build log?
« Last post by nore on May 21, 2023, 05:04:53 pm »Try doing just build or re-build instead of the Build and run option.
Yes sir, this is what I normally do unless I am testing updates.
Here is the build log output:
-------------- Build: Debug in console (compiler: GNU GCC Compiler)---------------
g++.exe -Wall -g -g -IC:\mingw64\include\c++\12.2.0 -IC:\mingw64\x86_64-w64-mingw32\include\gdiplus -IC:\mingw64\x86_64-w64-mingw32\include -c "C:\Users\-------\Desktop\Programs\CodeBlocks Projects\console\main.cpp" -o obj\Debug\main.o
g++.exe -LC:\mingw64\x86_64-w64-mingw32\lib -LC:\mingw64\lib -o bin\Debug\console.exe obj\Debug\main.o
Output file is bin\Debug\console.exe with size 152.94 KB
Process terminated with status 0 (0 minute(s), 5 second(s))
0 error(s), 0 warning(s) (0 minute(s), 5 second(s))
The last two lines are blue and italicized, but the output message seems to have changed, if I am correct. I do not remember changing a setting, just one day receiving a different message upon a successful build.