danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
433 stars 74 forks source link

Fix if you have unload script and set build mode to release #55

Closed bruhmoment21 closed 4 years ago

bruhmoment21 commented 4 years ago

--no-gnu-unique allows unloading

bruhmoment21 commented 4 years ago

Ok so simply adding set(CMAKE_CXX_FLAGS "--no-gnu-unique") after CMAKE_CXX_STANDARD works fine.

danielkrupinski commented 4 years ago

Thanks!