More GHS changes, demo not working yet, probably interrupts-related.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10682 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-09-22 13:11:19 +00:00
parent 48c9246114
commit 2c47e89a88
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -gnu99 -G -Ospeed -Onounroll
USE_OPT = -gnu99 -G -dual_debug -Ospeed -Onounroll
endif
# C specific options here (added to USE_OPT).