mirror of
https://github.com/emily33901/oxide2.git
synced 2025-09-08 03:51:04 -04:00
Proper filters
This commit is contained in:
parent
8ab716f1a0
commit
385d9add79
15
premake5.lua
15
premake5.lua
@ -28,19 +28,18 @@ workspace "oxide2"
|
|||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
defines { "DEBUG", "_DEBUG" }
|
defines { "DEBUG", "_DEBUG" }
|
||||||
optimize "Off"
|
optimize "Off"
|
||||||
|
|
||||||
filter {"system:windows"}
|
|
||||||
symbols "Full"
|
|
||||||
filter {"system:linux"}
|
|
||||||
symbols "On"
|
|
||||||
buildoptions "-g3" -- need this for gdb
|
|
||||||
filter {}
|
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
|
|
||||||
|
filter {"configurations:Debug", "system:windows"}
|
||||||
|
symbols "Full"
|
||||||
|
filter {"configurations:Debug", "system:linux"}
|
||||||
|
symbols "On"
|
||||||
|
buildoptions "-g3" -- need this for gdb
|
||||||
|
|
||||||
filter {"configurations:Release"}
|
filter {"configurations:Release"}
|
||||||
defines { "NDEBUG" }
|
defines { "NDEBUG" }
|
||||||
optimize "Full"
|
optimize "Full"
|
||||||
-- symbols "Off"
|
symbols "Off"
|
||||||
flags {"LinkTimeOptimization"}
|
flags {"LinkTimeOptimization"}
|
||||||
|
|
||||||
filter {}
|
filter {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user