add C++ flags

From-SVN: r4734
This commit is contained in:
Brendan Kehoe 1993-06-25 19:16:44 -04:00
parent 10ba57e571
commit e701d556d1
1 changed files with 4 additions and 0 deletions

View File

@ -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",