Added unique ID range check in makerom. Removed -flto flag since this can cause problems.

This commit is contained in:
profi200
2017-01-07 22:01:23 +01:00
parent dc81220cf6
commit dfabf8daa2
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ SRC_DIR = . polarssl libyaml
OBJS = $(foreach dir,$(SRC_DIR),$(subst .c,.o,$(wildcard $(dir)/*.c)))
# Compiler Settings
CFLAGS = --std=c99 -O2 -flto -Wall -Wno-unused-value -Wno-unused-result -I.
CFLAGS = --std=c99 -O2 -Wall -Wno-unused-value -Wno-unused-result -I.
CC = gcc
ifeq ($(OS),Windows_NT)
#Windows Build CFG