projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3677180
)
Turn off optimization by default.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 15 Dec 2004 00:51:19 +0000
(
00:51
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 15 Dec 2004 00:51:19 +0000
(
00:51
+0000)
src/Make.config
patch
|
blob
|
history
diff --git
a/src/Make.config
b/src/Make.config
index dd7631327b8db857d67ee41b98486e6a5bc24028..63d6a226ea5fb3d61c33ae4ef5ce3f8175010e11 100644
(file)
--- a/
src/Make.config
+++ b/
src/Make.config
@@
-23,7
+23,7
@@
CAT = cat
# Compiler and assembler invocation.
WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
-CFLAGS = -g -
O3 -MMD -msoft-float
+CFLAGS = -g -
MMD -msoft-float
ASFLAGS = -Wa,--gstabs -MMD
%.o: %.c