MSVC: add /Brepro to the list of known args (#980)

Co-authored-by: Adrien Guinet <aguinet@quarkslab.com>
This commit is contained in:
Adrien Guinet 2022-02-17 17:51:49 +01:00 коммит произвёл GitHub
Родитель e39d7c6c7a
Коммит b8c26a1530
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -254,6 +254,7 @@ macro_rules! msvc_args {
// https://docs.microsoft.com/en-us/cpp/build/reference/compiler-options-listed-alphabetically?view=vs-2019
msvc_args!(static ARGS: [ArgInfo<ArgData>; _] = [
msvc_flag!("?", SuppressCompilation),
msvc_flag!("Brepro", PassThrough),
msvc_flag!("C", PassThrough), // Ignored unless a preprocess-only flag is specified.
msvc_take_arg!("D", OsString, CanBeSeparated, PreprocessorArgument),
msvc_flag!("E", SuppressCompilation),