Change-Id: I7ac1cea7dc59ca2fa9c25cc8244c26a95a650448
This commit is contained in:
Felix Raimundo
2016-04-01 11:18:39 +02:00
parent a218fcfe9a
commit b0c44dc39e
3 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ HOSTCC = gcc
SFLAGS += -Ilib -I.
# Flags - Building options
SFLAGS += -Wall -Werror
SFLAGS += -Wall
# Flags - Optimizations
ifeq ($(DEBUG),1)