You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I think this further, I reach a generic tool to manage cmake build
configurations, with a git-like cli:
cninja new gcc-sanitizers -c gcc asan # create a new build
configuration in a
subdirectory build-gcc-sanitizers
cninja status # overview over all existing build configurations for
this
project
cd build-gcc-sanitizers
cninja status # print out configuration, compilation state, etc
cninja add debugmode # add a configuration bit to the graph
cninja build # obvious
cninja log # compiler output of the last build
cninja clean # clear build directory without loosing the configuration
cd ..
cninja delete gcc-sanitizers # remove a configuration
that would be handy :)
The text was updated successfully, but these errors were encountered:
Copy-paste of Anton's mail, for posterity :
The text was updated successfully, but these errors were encountered: