Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
clang: fix incorrect flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Aug 15, 2021
1 parent 517f995 commit 5d84e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/clang/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_EH=ON \
-DLLVM_ENABLE_LIBXML=OFF \
-DLLVM_ENABLE_LIBXML2=OFF \
-DCLANG_BUILD_EXAMPLES=OFF \
-DCLANG_INCLUDE_DOCS=OFF \
-DCLANG_INCLUDE_TESTS=OFF \
Expand Down

0 comments on commit 5d84e02

Please sign in to comment.