Build: Enable RTTI on release
While the engine does not uses it, some projects using Nazara may use RTTI and fail to compile
This commit is contained in:
parent
ed827e039c
commit
84e3d8df9a
|
|
@ -730,7 +730,6 @@ function NazaraBuild:PrepareGeneric()
|
|||
filter("configurations:Release*")
|
||||
flags("NoFramePointer")
|
||||
optimize("Speed")
|
||||
rtti("Off")
|
||||
vectorextensions("SSE2")
|
||||
|
||||
filter("configurations:*Static")
|
||||
|
|
|
|||
Loading…
Reference in New Issue