Commit 65faa6a4 by Richard Stallman

(lang_options): Add Objc options.

From-SVN: r2230
parent d7c665bf
...@@ -612,6 +612,12 @@ char *lang_options[] = ...@@ -612,6 +612,12 @@ char *lang_options[] =
"-Wno-overloaded-virtual", "-Wno-overloaded-virtual",
"-Wenum-clash", "-Wenum-clash",
"-Wno-enum-clash", "-Wno-enum-clash",
/* these are for obj c */
"-lang-objc",
"-gen-decls",
"-Wselector",
"-Wno-selector",
0 0
}; };
......
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