Skip to content

Commit

Permalink
bump to clang 13
Browse files Browse the repository at this point in the history
  • Loading branch information
yssource committed Nov 29, 2021
1 parent 2e1fdf3 commit 66202c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions abquant.profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=clang
compiler.version=12
compiler.version=13
compiler.libcxx=libc++
build_type=Release
[options]
Expand All @@ -13,13 +13,13 @@ qt:shared=True
# *: cmake/3.20.3, ninja/1.10.2
[env]

CC="ccache clang"
CXX="ccache clang++"
CPP="ccache cpp"
// CC="ccache clang"
// CXX="ccache clang++"
// CPP="ccache cpp"

# CC="clang"
# CXX="clang++"
# CPP="cpp"
CC="clang"
CXX="clang++"
CPP="cpp"

LDFLAGS="-fuse-ld=lld"

Expand Down

0 comments on commit 66202c9

Please sign in to comment.