Commit 785f6328 authored by mercury233's avatar mercury233

revert

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