# To Use: git submodule update --init sudo apt install cmake cmake . make # Also: codium clang-format extension apt install clang-format # Build a "release" build cmake -DCMAKE_BUILD_TYPE=Release . make # To switch back to "debug" build cmake -DCMAKE_BUILD_TYPE=Debug . make