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.
-MD
-MMD
1 parent b2122a6 commit 76f7feaCopy full SHA for 76f7fea
driver/Frontend.ml
@@ -159,6 +159,8 @@ let gnu_prepro_actions = [
159
Exact "-MP", Self gnu_prepro_opt;
160
Exact "-MT", String (gnu_prepro_opt_key "-MT");
161
Exact "-MQ", String (gnu_prepro_opt_key "-MQ");
162
+ Exact "-MD", Self gnu_prepro_opt;
163
+ Exact "-MMD", Self gnu_prepro_opt;
164
Exact "-nostdinc", Self (fun s -> gnu_prepro_opt s; use_standard_headers := false);
165
Exact "-imacros", String (gnu_prepro_opt_key "-imacros");
166
Exact "-idirafter", String (gnu_prepro_opt_key "-idirafter");
0 commit comments