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:
@@ -421,7 +421,7 @@ function build_link_configuration( package_name, use_ee_icon )
|
||||
buildoptions{ "-Wno-long-long" }
|
||||
|
||||
filter { "configurations:release*", "action:not vs*" }
|
||||
buildoptions { "-fno-strict-aliasing -ffast-math" }
|
||||
buildoptions { "-fno-strict-aliasing" }
|
||||
|
||||
filter "configurations:debug*"
|
||||
defines { "DEBUG", "EE_DEBUG", "EE_MEMORY_MANAGER" }
|
||||
|
||||
Reference in New Issue
Block a user