| Message ID | 20260629110619.530623-3-joaomarcos.costa@bootlin.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | clang: misc fixes | expand |
diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang/clang_git.bb index 662cda1b2e..d55c59ffa0 100644 --- a/meta/recipes-devtools/clang/clang_git.bb +++ b/meta/recipes-devtools/clang/clang_git.bb @@ -54,8 +54,6 @@ OECMAKE_SOURCEPATH = "${S}/clang" # linux hosts (.so) on Windows .pyd SOLIBSDEV:mingw32 = ".pyd" -#CMAKE_VERBOSE = "VERBOSE=1" - EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \ -DLLVM_ENABLE_PIC=ON \ -DCLANG_DEFAULT_PIE_ON_LINUX=ON \
CMAKE_VERBOSE is already enabled in cmake.bbclass (inherited in this recipe). I would have considering uncommenting the line if it originally meant to disable the verbose mode. Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com> --- meta/recipes-devtools/clang/clang_git.bb | 2 -- 1 file changed, 2 deletions(-)