projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d3a0d
)
Add -O to CFLAGS to try to catch uninitialized variable errors.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 5 Oct 2006 01:14:14 +0000
(
01:14
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 5 Oct 2006 01:14:14 +0000
(
01:14
+0000)
src/Make.config
patch
|
blob
|
history
diff --git
a/src/Make.config
b/src/Make.config
index 91c14d00623696983a47483f970e55a590f9bea3..becc4744728a84bad482f1dec78d3d638c951968 100644
(file)
--- a/
src/Make.config
+++ b/
src/Make.config
@@
-33,7
+33,7
@@
endif
# Compiler and assembler invocation.
DEFINES =
WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
-CFLAGS = -g -MMD -msoft-float
+CFLAGS = -g -MMD -msoft-float
-O
CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
ASFLAGS = -Wa,--gstabs -MMD
LDFLAGS =