2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Make cflags affect both C and C++ compilers, per docs.

[SVN r57405]
This commit is contained in:
Vladimir Prus
2009-11-05 09:39:06 +00:00
parent 5f42091cdf
commit e15e8d56b8

View File

@@ -1173,7 +1173,7 @@ local rule register-toolset-really ( )
toolset.flags msvc.compile CFLAGS <runtime-debugging>off/<runtime-link>static/<threading>multi : /MT ;
toolset.flags msvc.compile CFLAGS <runtime-debugging>on/<runtime-link>static/<threading>multi : /MTd ;
toolset.flags msvc.compile.c OPTIONS <cflags> : ;
toolset.flags msvc.compile OPTIONS <cflags> : ;
toolset.flags msvc.compile.c++ OPTIONS <cxxflags> : ;
toolset.flags msvc.compile PDB_CFLAG <debug-symbols>on/<debug-store>database : /Fd ;