mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added more compiler flags
svn path=/trunk/; revision=3564
This commit is contained in:
parent
7222eece5c
commit
c3457c3890
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#############################################
|
||||
|
|
Loading…
Reference in a new issue