I've install raylib according to this wiki page. My Project Folder is look like this: [this][1] > ..\build>mingw32-make g++ ../main.cpp -o test.exe -O2 -
I am making something in Raylib C++ and every time I open the .exe file, the console and the raylib window opens up. How can stop/hide the console from opening