Aaaaaaaaaaaaaaaaa

This commit is contained in:
Radon Rosborough 2021-12-11 11:53:41 -08:00
parent 1d57528328
commit 8e97a846ad
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ install:
cargo install llvmenv
llvmenv init
# If compiler is not explicitly set to LLVM, then we get an
# error: unrecognized command-line option -Wnewline-eof.
# error: unrecognized command-line option '-Wnewline-eof'.
CC=/usr/bin/clang CXX=/usr/bin/clang++ llvmenv build-entry -G Makefile -j$(nproc) 10.0.1
llvmenv global 10.0.1
manual: |