Update Makefile.cfg

This commit is contained in:
flo 2017-01-06 22:22:26 +01:00
parent cbf4f4a7c1
commit 50387508b2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RM = rm -f
AS = sh3eb-elf-as
## C compiler
CC = sh3eb-elf-gcc
CFLAGS = -m3 -mb -Os -nostdlib -Wall -Wextra -Wno-main -pedantic -std=c11 -I $(INCDIR)
CFLAGS = -m3 -mb -O0 -nostdlib -Wall -Wextra -Wno-main -pedantic -std=c11 -I $(INCDIR)
## Linker
LD = sh3eb-elf-gcc
LFLAGS = -nostdlib -T $(SCPTDIR)/addin.ld -L $(LIBDIR) $(addprefix -l,$(LIB))