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 #############################################