Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8bdf675a
Commit
8bdf675a
authored
Feb 05, 2003
by
Robert Ricci
Browse files
Remove -Wall in normal build, since it generates lots of spurious
warnings. It is still used when doing a debugging build.
parent
d46103d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/GNUmakefile.in
View file @
8bdf675a
...
...
@@ -19,7 +19,7 @@ LDFLAGS+= -pipe -O3
CXXFLAGS = -pipe -I/usr/local/include -ftemplate-depth-30
# Pick either this
CXXFLAGS +=
-Wall
-O3
CXXFLAGS += -O3
# or this
#CXXFLAGS += -O0 -g -Wall -DVERBOSE
# and then zero or more of these
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment