jalius / jwaim

cs:go linux external multihack
The Unlicense
31 stars 8 forks source link

Cheat Rewrite (Improve performance, support, stability) #13

Open jalius opened 6 years ago

jalius commented 6 years ago

We need to rewrite this program.

Reasons:

Goals:

Teklad commented 6 years ago

Made a few changes to CMakeLists.txt. You should be able to produce a debug build (read: -g flag) by using the following: cmake -DCMAKE_BUILD_TYPE=Debug ..

You only have to run this command once upon recreating your build directory. I've defaulted the build type to release so users may benefit from optimizations as well whenever we're done here.