Function build_native_static_lib_optimized

Source
pub fn build_native_static_lib_optimized(lib_name: &str) -> PathBuf
Expand description

Builds an optimized static lib (.lib on Windows MSVC and .a for the rest) with the given name. Built from a C file.