Commit e701d556 by Brendan Kehoe

add C++ flags

From-SVN: r4734
parent 10ba57e5
......@@ -630,6 +630,8 @@ char *lang_options[] =
"-fno-nonnull-objects",
"-fimplement-inlines",
"-fno-implement-inlines",
"-fexternal-templates",
"-fno-external-templates",
"-Wreturn-type",
"-Wno-return-type",
......@@ -639,6 +641,8 @@ char *lang_options[] =
"-Wno-enum-clash",
"-Wtemplate-debugging",
"-Wno-template-debugging",
"-Wctor-dtor-privacy",
"-Wno-ctor-dtor-privacy",
/* these are for obj c */
"-lang-objc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment