Skip to content

Commit

Permalink
llvm: Enable no-dev warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jun 26, 2019
1 parent 05dc7ba commit adc0be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm.be0
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ mee_configure() {
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_TARGETS_TO_BUILD="X86;AMDGPU;BPF" \
-DLLVM_BUILD_TESTS=ON \
-DLLVM_INSTALL_UTILS=ON
-DLLVM_INSTALL_UTILS=ON \
-Wno-dev
}

#mee_build() {
Expand Down

0 comments on commit adc0be1

Please sign in to comment.