We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb3a8c commit 4b5751bCopy full SHA for 4b5751b
1 file changed
gframe/premake5.lua
@@ -65,7 +65,7 @@ project "YGOPro"
65
end
66
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" }
67
filter "not action:vs*"
68
- buildoptions { "-std=c++14", "-fno-rtti" }
+ buildoptions { "-std=c++17", "-fno-rtti" }
69
filter "not system:windows"
70
links { "event_pthreads", "dl", "pthread" }
71
filter "system:macosx"
0 commit comments