This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63028ac3a1
rust
/
tests
/
run-make
/
msvc-opt-minsize
/
Makefile
7 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
ignore failing cross-compiled run-make tests `run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
2023-03-30 08:46:31 -05:00
# ignore-cross-compile
Diagnose missing includes in run-make tests
2022-08-22 19:00:00 -05:00
i
n
c
l
u
d
e
.
.
/
t
o
o
l
s
.
m
k
Update LLVM to fix miscompiles with -Copt-level=z on Windows Fixes #45034
2017-11-07 02:55:55 -06:00
all
:
$(
RUSTC
)
foo.rs -Copt-level
=
z 2>
&
1
$(
call RUN,foo
)
Reference in New Issue
Copy Permalink