mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 12:04:17 +00:00
* 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
13 lines
167 B
TOML
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"]
|