Robin Powell
10/04/2021, 9:53 PMalessandrogario
10/04/2021, 10:19 PMcmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo [ -DOSQUERY_TOOLCHAIN_SYSROOT=/opt/osquery-toolchain if on linux]
cmake --build build -j 4 [ --config RelWithDebInfo if you are building on Windows with msvc ]
# Make sure your changes are committed or they'll get lost!
git reset --hard
git clean -ffdx
git submodule deinit --force --all
Robin Powell
10/04/2021, 10:45 PM