refact: change DEBUG_MODE to DDE_DEBUG_MODE

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-08-29 15:17:53 +08:00
committed by black-desk
parent 64454bd149
commit d00cd17f2e
4 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ BUILD_DIR=${BUILD_DIR:="build-prof"}
cmake -B "$BUILD_DIR" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DDEBUG_MODE=OFF \
-DDDE_DEBUG_MODE=OFF \
-DPROFILING_MODE=ON
cmake --build "$BUILD_DIR" -j$(nproc)