From: Brendan Kehoe Date: Fri, 25 Jun 1993 23:16:44 +0000 (-0400) Subject: add C++ flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e701d556d1569273709176610a5e545c71513d3c;p=gcc.git add C++ flags From-SVN: r4734 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 462cc876c78..f45ca99bc91 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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",