Formatting

This commit is contained in:
lvyitian 2023-06-27 16:42:14 +08:00 committed by relrelb
parent e43a9fd85f
commit 9f67d3c238
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fn main() -> Result<(), Box<dyn Error>> {
if std::env::var("TARGET").unwrap().contains("windows") {
if std::env::var("TARGET").unwrap().contains("msvc") {
println!("cargo:rustc-link-arg=/STACK:4000000");
}else{
} else {
println!("cargo:rustc-link-arg=-Xlinker");
println!("cargo:rustc-link-arg=--stack");
println!("cargo:rustc-link-arg=4000000");