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:
parent
48c9246114
commit
2c47e89a88
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue