[PATCH] D138855: [clang][Fuchsia] Allow for setting the default build type
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 18:59:01 PST 2022
phosek added a comment.
This shouldn't be needed, you can do:
cmake ... -DCMAKE_BUILD_TYPE=Debug -C path/to/Fuchsia-stage2.cmake
This will override the value inside the cache file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138855/new/
https://reviews.llvm.org/D138855
More information about the cfe-commits
mailing list