Files
sdk-cpp/.cargo/config.toml
Guilherme Werner d9c7010888 Use mintaka shared libraries (#1)
* Add libhv and test http client

* Remove cpp-httplib

* Update premake5.lua

* Update client.cpp

* Update premake5.lua

* Add more windows libs

* Use mintaka http client
2023-12-08 17:03:09 -03:00

13 lines
167 B
TOML

# Shared
[profile.dev]
lto = "off"
[profile.release]
lto = "thin"
# Windows
[target.'cfg(target_os = "windows")']
rustflags = ["-C", "target-feature=+crt-static"]