Skip to content
Extraits de code Groupes Projets
  • Kubat's avatar
    4b70d2b3
    BUILD: Don't force the -g with CFLAGS · 4b70d2b3
    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)
    BUILD: Don't force the -g with CFLAGS
    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)