Commit cac18c30 by Richard Stallman

(WORD_SWITCH_TAKES_ARG): Add -aux-info.

From-SVN: r1254
parent c925e125
...@@ -87,7 +87,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -87,7 +87,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* These compiler options take an argument. */ /* These compiler options take an argument. */
#define WORD_SWITCH_TAKES_ARG(STR) \ #define WORD_SWITCH_TAKES_ARG(STR) \
(!strcmp (STR, "Tdata") || !strcmp (STR, "include") \ (!strcmp (STR, "Tdata") || !strcmp (STR, "include") \
|| !strcmp (STR, "imacros") || !strcmp (STR, "Ttext")) || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext")
|| !strcmp (STR, "aux-info"))
/* Omit frame pointer at -O2. Inline functions at -O3. */ /* Omit frame pointer at -O2. Inline functions at -O3. */
#define OPTIMIZATION_OPTIONS(LEVEL) \ #define OPTIMIZATION_OPTIONS(LEVEL) \
......
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