Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
4f7c8fae
Commit
4f7c8fae
authored
Mar 18, 2002
by
Niels Möller
Browse files
(CFLAGS): Don't use -ggdb3, as it seems to be
broken on sparc. Rev: configure.in:1.137
parent
cedca347
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
4f7c8fae
...
...
@@ -738,7 +738,7 @@ AC_CONFIG_SUBDIRS(src/sftp)
# Set these flags *last*, or else the test programs won't compile
if test x$GCC = xyes ; then
CFLAGS="$CFLAGS
-ggdb3
-Wall -W \
CFLAGS="$CFLAGS -Wall -W \
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
-Waggregate-return \
-Wpointer-arith -Wbad-function-cast -Wnested-externs"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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