Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi ray, every time I compile my raylib project it just logs too much stuff to my terminal, is there a way I could disable that?

I think you can use: SetTraceLogLevel(LOG_NONE)

Thanks! It worked