mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Update nlohmann/json library.
Removed "-ffast-math" flag for binary compilation (nlohmann/json is generating warnings due to the use of infinity, and actually binaries kinda don't need fast-math, it makes more sense in eepp). Fix warning in Sys for macOS.
This commit is contained in:
@@ -627,7 +627,7 @@ function build_link_configuration( package_name, use_ee_icon )
|
||||
end
|
||||
|
||||
if not is_vs() and not os.is_real("emscripten") then
|
||||
buildoptions { "-fno-strict-aliasing -ffast-math" }
|
||||
buildoptions { "-fno-strict-aliasing" }
|
||||
end
|
||||
|
||||
fix_shared_lib_linking_path( package_name, "libeepp" )
|
||||
|
||||
Reference in New Issue
Block a user