mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
9 lines
216 B
Makefile
9 lines
216 B
Makefile
include ../tools.mk
|
|
|
|
# Verify that the impl_* symbols are preserved. #108030
|
|
# only-x86_64-unknown-linux-gnu
|
|
|
|
all:
|
|
$(RUSTC) -Cdebuginfo=0 -Copt-level=3 lib.rs
|
|
$(RUSTC) -Clto=fat -Cdebuginfo=0 -Copt-level=3 main.rs
|