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:
@@ -730,7 +730,6 @@ function NazaraBuild:PrepareGeneric()
|
||||
filter("configurations:Release*")
|
||||
flags("NoFramePointer")
|
||||
optimize("Speed")
|
||||
rtti("Off")
|
||||
vectorextensions("SSE2")
|
||||
|
||||
filter("configurations:*Static")
|
||||
|
||||
Reference in New Issue
Block a user