Skip to content

Commit 9284db3

Browse files
committed
make IL compat flag optional
1 parent ca9747a commit 9284db3

File tree

2 files changed

+3075
-3067
lines changed

2 files changed

+3075
-3067
lines changed

win32/build/config.w32

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ ADD_FLAG("ARFLAGS", '/nologo /libpath:"' + php_usual_lib_suspects + '" ');
130130
probe_basic_headers();
131131
add_extra_dirs();
132132

133-
// Allow compatible IL versions, do not require an exact match.
134-
// Prevents build failures where different libs were built with different (but compatible) IL versions.
135-
// See fatal error C1047.
136-
ADD_FLAG("LDFLAGS", "/d2:-AllowCompatibleILVersions ");
137-
138133
//DEFINE("PHP_BUILD", PHP_PHP_BUILD);
139134

140135
ARG_WITH("analyzer", "Enable static analyzer. Pass vs for Visual Studio, clang for clang, cppcheck for Cppcheck, pvs for PVS-Studio", "no");

0 commit comments

Comments
 (0)