mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
try a change in cov configuration to see if perf improves
This commit is contained in:
parent
407464fd8d
commit
5f3fa77570
2
debian/rules
vendored
2
debian/rules
vendored
@ -251,7 +251,7 @@ override_dh_auto_configure: preconfigure
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11; \
|
||||
cov-configure -co /usr/bin/gcc-$(GCC_VERSION) --comptype gcc -- -fPIC; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11 -fno-exceptions; \
|
||||
cov-configure --compiler cc --comptype gcc --template \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc --template \
|
||||
--xml-option append_arg:"--ppp_translator" \
|
||||
--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \
|
||||
--xml-option append_arg:"--ppp_translator" \
|
||||
|
Loading…
Reference in New Issue
Block a user