summarylogtreecommitdiffstats
path: root/rustc_link_lib.patch
blob: 4c7c66f7455244566780821f5181658f8aba6ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build.rs b/build.rs
index 9145fa6..f42c53e 100644
--- a/build.rs
+++ b/build.rs
@@ -19,6 +19,8 @@ fn platform_specific() {}
 fn main() {
 	platform_specific();
 
+	println!("cargo:rustc-link-lib=static=info");
+
 	let dir_name = "resource";
 	let profile = env::var("PROFILE").unwrap();