demos/RT-TEENSY4_1: disable optimizations for debugging

This commit is contained in:
Michael Stapelberg 2021-03-26 12:34:03 +01:00
parent b6636284af
commit 354a2316e4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Compiler options here. # Compiler options here.
ifeq ($(USE_OPT),) ifeq ($(USE_OPT),)
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
endif endif
# C specific options here (added to USE_OPT). # C specific options here (added to USE_OPT).