[scripts] Cleanups

This commit is contained in:
Romain Goyet
2019-03-08 11:48:02 +01:00
parent c36b8bfa7c
commit be10157c49
2 changed files with 1 additions and 3 deletions

View File

@@ -1 +1 @@
include scripts/targets.sdl.$(MODEL).mak
-include scripts/targets.sdl.$(MODEL).mak

View File

@@ -8,8 +8,6 @@ SIZE = arm-none-eabi-size
# Always generate debug information
SFLAGS += -ggdb3
# LTO ?= NOT(DEBUG)
ifeq ($(DEBUG),1)
LTO ?= 0
else