-
Kubat a rédigé
If a debug build is needed, use the following invocation of cmake: cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug Where: * -B stands for the build folder * -DCMAKE_BUILD_TYPE stands for the release type (Debug or Release)
Kubat a rédigéIf a debug build is needed, use the following invocation of cmake: cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug Where: * -B stands for the build folder * -DCMAKE_BUILD_TYPE stands for the release type (Debug or Release)