projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7222eec
)
Added more compiler flags
author
Brian Palmer
<brianp@sginet.com>
Wed, 25 Sep 2002 04:22:37 +0000
(
04:22
+0000)
committer
Brian Palmer
<brianp@sginet.com>
Wed, 25 Sep 2002 04:22:37 +0000
(
04:22
+0000)
svn path=/trunk/; revision=3564
freeldr/freeldr/Makefile
patch
|
blob
|
history
diff --git
a/freeldr/freeldr/Makefile
b/freeldr/freeldr/Makefile
index
2fe9210
..
334e1b6
100644
(file)
--- a/
freeldr/freeldr/Makefile
+++ b/
freeldr/freeldr/Makefile
@@
-130,7
+130,7
@@
else
#############################################
# COMPILER COMMAND LINE OPTIONS
#
-COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -f
no-builtin
-O1 -MD
+COMPILER_OPTIONS = -Wall -nostdlib -nostdinc -f
freestanding -fno-builtin -fno-inline
-O1 -MD
# FreeLoader does not use any of the standard libraries, includes, or built-in functions
#############################################