Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 7 forks source link

make vendored openssl build optional via a feature flag #128

Closed pinnouse closed 1 year ago

pinnouse commented 1 year ago

Description

Add feature flag vendored-openssl to statically link an ssl library or not (turning on the flag will make it statically link).

Type of change

Note: make sure your files are formatted with rust-analyzer