bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Minor fixes for Linux compilation #163

Closed kb173 closed 2 years ago

kb173 commented 2 years ago

This includes a few adaptations I had to make for building on Linux without warnings (using ./tools/Linux/premake5 gmake && pushd build/gmake/ && make config=release_x64 && popd).