Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
db7d2457
...
db7d245773d5e8e7376e675af81ba15b5847be2d
authored
2001-12-13 03:26:41 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added -Wall in debug mode.
1 parent
c1515e51
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
m4/debug.m4
m4/debug.m4
View file @
db7d245
...
...
@@ -20,11 +20,11 @@ AC_DEFUN(MU_DEBUG_MODE,
if test x"$GCC" = xyes; then
AC_MSG_CHECKING(whether gcc accepts -ggdb)
save_CFLAGS=$CFLAGS
CFLAGS="-ggdb"
CFLAGS="-ggdb
-Wall
"
AC_TRY_COMPILE([],void f(){},
AC_MSG_RESULT(yes),
[if test x"$ac_cv_prog_cc_g" = xyes; then
CFLAGS=
-g
CFLAGS=
"-g -Wall"
else
CFLAGS=
fi
...
...
Please
register
or
sign in
to post a comment