mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
Do not generate symbols when in release mode
This commit is contained in:
@ -51,6 +51,7 @@ workspace "OpenAssetTools"
|
||||
filter "configurations:Release"
|
||||
defines "NDEBUG"
|
||||
optimize "Full"
|
||||
symbols "Off"
|
||||
flags {
|
||||
"FatalWarnings"
|
||||
}
|
||||
|
Reference in New Issue
Block a user