File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ dependencies = [
136
136
[[package ]]
137
137
name = " backtrace-sys"
138
138
version = " 0.1.32"
139
- source = " git+https://github.com/raoulstrackx/backtrace-rs.git?branch=lvi#417599229f23bfd40f386ad6233cb05af78f9d2b "
139
+ source = " git+https://github.com/raoulstrackx/backtrace-rs.git?branch=lvi#593fa2e2dae4b49a9a908a9c8687fe8e7c645325 "
140
140
dependencies = [
141
141
" cc" ,
142
142
" compiler_builtins" ,
@@ -557,7 +557,7 @@ dependencies = [
557
557
[[package ]]
558
558
name = " compiler_builtins"
559
559
version = " 0.1.25"
560
- source =
" git+ssh://[email protected] /fortanix/compiler-builtins.git?branch=raoul/lvi#4f4f43f1ebe7c649b60344c67a08db6cc23d134b "
560
+ source =
" git+ssh://[email protected] /fortanix/compiler-builtins.git?branch=raoul/lvi#3e6327aa59214133fa74b3c51743b5ebde39526f "
561
561
dependencies = [
562
562
" cc" ,
563
563
" rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ build_rustc() {
84
84
export AR=$( which ar)
85
85
export CC=${clang}
86
86
export CXX=${clangxx}
87
- export CXXFLAGS=${cflags}
88
- export CFLAGS=${cflags}
87
+ # export CXXFLAGS=${cflags}
88
+ # export CFLAGS=${cflags}
89
89
export AR=$( which ar)
90
90
git submodule update --init --recursive
91
91
You can’t perform that action at this time.
0 commit comments