Commit 6419d860 by Richard Stallman

(lang_options): Change +e... to -+e...

From-SVN: r2743
parent c3279a01
...@@ -562,9 +562,9 @@ char *lang_options[] = ...@@ -562,9 +562,9 @@ char *lang_options[] =
"-Wall", "-Wall",
/* These are for C++. */ /* These are for C++. */
"+e0", "-+e0", /* gcc.c tacks the `-' on the front. */
"+e1", "-+e1",
"+e2", "-+e2",
"-fsave-memoized", "-fsave-memoized",
"-fno-save-memoized", "-fno-save-memoized",
"-fSOS", "-fSOS",
......
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