Commit 2391992f authored by nanahira's avatar nanahira Committed by GitHub

for compat low version of gcc

parent d54524f0
......@@ -22,6 +22,6 @@ project "ygopro"
links { "ws2_32" }
configuration "not vs*"
buildoptions { "-std=c++14", "-fno-rtti" }
buildoptions { "-std=c++1y", "-fno-rtti" }
configuration "not windows"
links { "event_pthreads", "dl", "pthread" }
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