Commit 65e21a1b authored by Chen Bill's avatar Chen Bill Committed by GitHub

add rtti option (#2731)

parent 0464f2a0
......@@ -4,6 +4,7 @@ include "spmemvfs/."
project "YGOPro"
kind "WindowedApp"
cppdialect "C++14"
rtti "Off"
files { "*.cpp", "*.h" }
includedirs { "../ocgcore" }
......@@ -65,8 +66,6 @@ project "YGOPro"
end
end
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" }
filter "not action:vs*"
buildoptions { "-fno-rtti" }
filter "not system:windows"
links { "event_pthreads", "dl", "pthread" }
filter "system:macosx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment