From c3457c389056ddc56ab36c690d05bb12204e2e2e Mon Sep 17 00:00:00 2001 From: Brian Palmer Date: Wed, 25 Sep 2002 04:22:37 +0000 Subject: [PATCH] Added more compiler flags svn path=/trunk/; revision=3564 --- freeldr/freeldr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeldr/freeldr/Makefile b/freeldr/freeldr/Makefile index 2fe9210b630..334e1b6255d 100644 --- a/freeldr/freeldr/Makefile +++ b/freeldr/freeldr/Makefile @@ -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 ############################################# -- 2.17.1