Added more compiler flags

svn path=/trunk/; revision=3564
This commit is contained in:
Brian Palmer 2002-09-25 04:22:37 +00:00
parent 7222eece5c
commit c3457c3890

View file

@ -130,7 +130,7 @@ else
#############################################
# COMPILER COMMAND LINE OPTIONS
#
COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -fno-builtin -O1 -MD
COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -ffreestanding -fno-builtin -fno-inline -O1 -MD
# FreeLoader does not use any of the standard libraries, includes, or built-in functions
#############################################