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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user