Skip to content

Commit fcf8445

Browse files
committed
/std:clatest for Windows
1 parent 50b3222 commit fcf8445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3255,7 +3255,7 @@ function toolset_setup_common_cflags()
32553255
DEFINE('CFLAGS_PHP_OBJ', '$(CFLAGS_PHP) $(STATIC_EXT_CFLAGS)');
32563256

32573257
// General CFLAGS for building objects
3258-
DEFINE("CFLAGS", "/nologo $(BASE_INCLUDES) /D _WINDOWS /D WINDOWS=1 \
3258+
DEFINE("CFLAGS", "/nologo /std:clatest $(BASE_INCLUDES) /D _WINDOWS /D WINDOWS=1 \
32593259
/D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS \
32603260
/D _USE_MATH_DEFINES");
32613261

0 commit comments

Comments
 (0)