Merge pull request #5291 from Rmys/master

rust:rebuild
This commit is contained in:
Rmys
2018-08-08 17:01:30 +03:00
committed by GitHub
2 changed files with 11 additions and 7 deletions
@@ -1,21 +1,25 @@
[llvm] [llvm]
ninja = true # ninja = true
targets = "X86"
link-shared = true
[build] [build]
python = "python2.7" python = "python2.7"
extended = true extended = true
verbose = 0 # verbose = 0
sanitizers = false sanitizers = false
[install] [install]
prefix = "/usr" prefix = "/usr"
[rust] [rust]
codegen-units = 1 codegen-tests = false
debuginfo = true
debuginfo-lines = true
channel = "stable" channel = "stable"
rpath = false rpath = false
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"
+1 -1
View File
@@ -64,7 +64,7 @@
<Update release="4"> <Update release="4">
<Date>2018-08-08</Date> <Date>2018-08-08</Date>
<Version>1.27.0</Version> <Version>1.27.0</Version>
<Comment>Version Bump</Comment> <Comment>Version Bump.</Comment>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Update> </Update>