mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Keep zero-initialized varaibles in the .data section.
svn path=/trunk/; revision=9595
This commit is contained in:
parent
e0027b1777
commit
d311d3a57f
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ else
|
|||
#############################################
|
||||
# COMPILER COMMAND LINE OPTIONS
|
||||
#
|
||||
COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -ffreestanding -fno-builtin -fno-inline -O1 -MD
|
||||
COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -ffreestanding -fno-builtin -fno-inline \
|
||||
-fno-zero-initialized-in-bss -O1 -MD
|
||||
# FreeLoader does not use any of the standard libraries, includes, or built-in functions
|
||||
|
||||
#############################################
|
||||
|
|
Loading…
Reference in a new issue