Commit 785f6328 authored by mercury233's avatar mercury233

revert

parent ee7a3285
......@@ -33,7 +33,7 @@ install:
- xcopy /E premake\* .
# patch irrlicht
- patch -p1 < irrlicht\irrlicht.patch
- patch -p0 < irrlicht\irrlicht.patch
# premake
- premake5 vs2015
......
This diff is collapsed.
......@@ -28,7 +28,7 @@ solution "ygo"
targetdir "bin/release"
configuration "Debug"
flags "Symbols"
symbols "On"
defines "_DEBUG"
targetdir "bin/debug"
......@@ -37,7 +37,7 @@ solution "ygo"
disablewarnings { "4244", "4267", "4838", "4577", "4819", "4018", "4996", "4477" }
configuration { "Release", "not vs*" }
flags "Symbols"
symbols "On"
defines "NDEBUG"
buildoptions "-march=native"
......
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