clang12 for x86_64

master
ohfp 2021-06-17 17:31:49 +02:00
parent d47b222401
commit 5308f573df
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
1 changed files with 5 additions and 5 deletions

View File

@ -105,11 +105,11 @@ else
# ubuntu seems to recommend this
ac_add_options --disable-elf-hack
export CC='clang-11'
export CXX='clang++-11'
export AR=llvm-ar-11
export NM=llvm-nm-11
export RANLIB=llvm-ranlib-11
export CC='clang-12'
export CXX='clang++-12'
export AR=llvm-ar-12
export NM=llvm-nm-12
export RANLIB=llvm-ranlib-12
# probably not needed, enabled by default?
ac_add_options --enable-optimize