Revert "fix: CLI is missing guard:cf flags" (#231874)

Revert "fix: CLI is missing guard:cf flags (#231863)"

This reverts commit 1e580bc97d.
This commit is contained in:
Raymond Zhao
2024-10-21 12:48:49 -07:00
committed by GitHub
parent f5ac6168e0
commit d5baf34009
3 changed files with 3 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
[target.'cfg(target_os = "windows")']
rustflags = ["-Ctarget-feature=+crt-static", "-Clink-args=/guard:cf", "-Clink-args=/CETCOMPAT"]

View File

@@ -8,7 +8,7 @@
For the moment, we require OpenSSL on Windows, where it is not usually installed by default. To install it:
1. Follow steps 1 and 2 of [Set up vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-msbuild?pivots=shell-powershell#1---set-up-vcpkg) to obtain the executable.
1. Install (clone) vcpkg [using their instructions](https://github.com/Microsoft/vcpkg#quick-start-windows)
1. Add the location of the `vcpkg` directory to your system or user PATH.
1. Run`vcpkg install openssl:x64-windows-static-md` (after restarting your terminal for PATH changes to apply)
1. You should be able to then `cargo build` successfully