]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/crate-hash-rustc-version/Makefile
New upstream version 1.75.0+dfsg1
[rustc.git] / tests / run-make / crate-hash-rustc-version / Makefile
index f1d2a3604104508c87293f8bec81bd618fa20c53..6bf504bf01be5a2d811b621b7c8bdef29962119f 100644 (file)
@@ -4,7 +4,7 @@ include ../tools.mk
 # Ensure that crates compiled with different rustc versions cannot
 # be dynamically linked.
 
-FLAGS := -Cprefer-dynamic -Zsymbol-mangling-version=v0
+FLAGS := -Cprefer-dynamic -Csymbol-mangling-version=v0
 UNAME := $(shell uname)
 ifeq ($(UNAME),Linux)
   EXT=".so"