We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b3222 commit fcf8445Copy full SHA for fcf8445
win32/build/confutils.js
@@ -3255,7 +3255,7 @@ function toolset_setup_common_cflags()
3255
DEFINE('CFLAGS_PHP_OBJ', '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)');
3256
3257
// General CFLAGS for building objects
3258
- DEFINE("CFLAGS", "/nologo $(BASE_INCLUDES) /D _WINDOWS /D WINDOWS=1 \
+ DEFINE("CFLAGS", "/nologo /std:clatest $(BASE_INCLUDES) /D _WINDOWS /D WINDOWS=1 \
3259
/D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS \
3260
/D _USE_MATH_DEFINES");
3261
0 commit comments