* rebuild

This commit is contained in:
Rmys
2020-12-17 13:18:25 +03:00
parent ab58383c5a
commit 6fa34c555c
29 changed files with 497 additions and 26 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ from pisi.actionsapi import pisitools
def setup():
shelltools.export("CC", "clang")
shelltools.export("CXX", "clang++")
pisitools.ldflags.add("-fuse-ld=lld -rtlib=compiler-rt -stdlib=libc++")
#shelltools.export("CC", "clang")
#shelltools.export("CXX", "clang++")
#pisitools.ldflags.add("-fuse-ld=lld -rtlib=compiler-rt -stdlib=libc++")
options = "-DCMAKE_BUILD_TYPE=Release \
-DLIBOMP_ENABLE_ASSERTIONS=ON \