We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ae25c commit e8291aeCopy full SHA for e8291ae
wireguard-go-rs/Cargo.toml
@@ -10,5 +10,8 @@ log.workspace = true
10
zeroize = "1.8.1"
11
12
[target.'cfg(target_os = "linux")'.dependencies]
13
-# wireguard-go depends on maybenot-ffi
+# The app does not depend on maybenot-ffi itself, but adds it as a dependency to expose FFI symbols to wireguard-go.
14
+# This is done, instead of using the makefile in wireguard-go to build maybenot-ffi into its archive, to prevent
15
+# name clashes induced by link-time optimization.
16
+# NOTE: the version of maybenot-ffi below must be the same as the version checked into the wireguard-go submodule
17
maybenot-ffi = "1.0.0"
0 commit comments