mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Do not generate symbols when in release mode
This commit is contained in:
parent
2a7388b490
commit
f5e536c1bd
@ -51,6 +51,7 @@ workspace "OpenAssetTools"
|
|||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
defines "NDEBUG"
|
defines "NDEBUG"
|
||||||
optimize "Full"
|
optimize "Full"
|
||||||
|
symbols "Off"
|
||||||
flags {
|
flags {
|
||||||
"FatalWarnings"
|
"FatalWarnings"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user