Commit e701d556 by Brendan Kehoe

add C++ flags

From-SVN: r4734
parent 10ba57e5
...@@ -630,6 +630,8 @@ char *lang_options[] = ...@@ -630,6 +630,8 @@ char *lang_options[] =
"-fno-nonnull-objects", "-fno-nonnull-objects",
"-fimplement-inlines", "-fimplement-inlines",
"-fno-implement-inlines", "-fno-implement-inlines",
"-fexternal-templates",
"-fno-external-templates",
"-Wreturn-type", "-Wreturn-type",
"-Wno-return-type", "-Wno-return-type",
...@@ -639,6 +641,8 @@ char *lang_options[] = ...@@ -639,6 +641,8 @@ char *lang_options[] =
"-Wno-enum-clash", "-Wno-enum-clash",
"-Wtemplate-debugging", "-Wtemplate-debugging",
"-Wno-template-debugging", "-Wno-template-debugging",
"-Wctor-dtor-privacy",
"-Wno-ctor-dtor-privacy",
/* these are for obj c */ /* these are for obj c */
"-lang-objc", "-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