Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baichixing
ygopro
Commits
7680c3c3
Commit
7680c3c3
authored
Jan 13, 2020
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove _ITERATOR_DEBUG_LEVEL=0 of vs build
parent
c7614ada
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
cmake/compiler/msvc.cmake
cmake/compiler/msvc.cmake
+1
-1
ocgcore
ocgcore
+1
-1
premake4.lua
premake4.lua
+0
-3
No files found.
cmake/compiler/msvc.cmake
View file @
7680c3c3
add_definitions
(
"-wd4996"
"-D_CRT_SECURE_NO_WARNINGS"
"-D_ITERATOR_DEBUG_LEVEL=0"
)
add_definitions
(
"-wd4996"
"-D_CRT_SECURE_NO_WARNINGS"
)
add_definitions
(
"-D_UNICODE"
"-DUNICODE"
"/utf-8"
)
include
(
MSVCMultipleProcessCompile
)
...
...
ocgcore
@
3028b766
Subproject commit
5dea59cb15665357949795bcc34a028e187c6024
Subproject commit
3028b7660d7853f1a25ce592756e77037739ea3e
premake4.lua
View file @
7680c3c3
...
...
@@ -41,9 +41,6 @@ solution "ygo"
defines
"NDEBUG"
buildoptions
"-march=native"
configuration
{
"Debug"
,
"vs*"
}
defines
{
"_ITERATOR_DEBUG_LEVEL=0"
}
configuration
"Release"
flags
{
"OptimizeSpeed"
}
targetdir
"bin/release"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment