Commit 14f020d1 by Arnaud Charlet Committed by Arnaud Charlet

Makefile.rtl (a-except.o): Put -O1 earlier so that it can be overriden if needed…

Makefile.rtl (a-except.o): Put -O1 earlier so that it can be overriden if needed by other variables.

	* Makefile.rtl (a-except.o): Put -O1 earlier so that it can be
	overriden if needed by other variables.

From-SVN: r276988
parent c30587c0
2019-10-15 Arnaud Charlet <charlet@adacore.com>
* Makefile.rtl (a-except.o): Put -O1 earlier so that it can be
overriden if needed by other variables.
2019-10-12 Eric Botcazou <ebotcazou@adacore.com>
PR ada/91995
......
......@@ -2733,8 +2733,8 @@ s-tasdeb.o : s-tasdeb.adb s-tasdeb.ads
# use -O1 otherwise gdb isn't able to get a full backtrace on mips targets.
a-except.o : a-except.adb a-except.ads
$(ADAC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) \
$(NO_INLINE_ADAFLAGS) $(NO_REORDER_ADAFLAGS) -O1 $(ADA_INCLUDES) \
$(ADAC) -c $(ALL_ADAFLAGS) -O1 $(FORCE_DEBUG_ADAFLAGS) \
$(NO_INLINE_ADAFLAGS) $(NO_REORDER_ADAFLAGS) $(ADA_INCLUDES) \
$< $(OUTPUT_OPTION)
# Compile s-excdeb.o without optimization and with debug info to let the
......
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