remove Zi option from optimized build
This commit is contained in:
@@ -54,7 +54,7 @@ WARN_CFLAGS_NO = /W1
|
||||
# /Ox maximum optimizations
|
||||
# /MD use MSVCRT (run-time as DLL, multi-thread support)
|
||||
# /GL whole program optimization
|
||||
OPT_CFLAGS_YES = /Ox /GL
|
||||
OPT_CFLAGS_YES = /Ox /GL
|
||||
|
||||
#
|
||||
# /Zi generate program database for debugging information
|
||||
@@ -116,7 +116,7 @@ WARN_CXXFLAGS_NO = /W1
|
||||
#
|
||||
# /Ox maximum optimizations
|
||||
# /GL whole program optimization
|
||||
OPT_CXXFLAGS_YES = /Ox /GL
|
||||
OPT_CXXFLAGS_YES = /Ox /GL
|
||||
|
||||
#
|
||||
# /Zi generate program database for debugging information
|
||||
|
||||
Reference in New Issue
Block a user