OSDN Git Service

add C++ flags
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 1993 23:16:44 +0000 (23:16 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 1993 23:16:44 +0000 (23:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4734 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index 462cc87..f45ca99 100644 (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",