mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
Remove --enable-warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2529 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4c894d7fca
commit
b256d36f44
@ -105,12 +105,6 @@ AC_ARG_ENABLE( profile,
|
||||
CFLAGS="${CFLAGS} -pg"
|
||||
LDFLAGS="${LDFLAGS} -pg")
|
||||
|
||||
AC_ARG_ENABLE( warnings,
|
||||
[ --enable-warnings compile with lots of warnings generated],
|
||||
CFLAGS="${CFLAGS} -g -Wall -ansi -pedantic -Wwrite-strings -Wid-clash-31 -Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Woverloaded-virtual -Winline -felide-constructors -fnonnull-objects"
|
||||
LDFLAGS="${LDFLAGS} -g -Wall"
|
||||
AC_DEFINE(DEBUG_MEMORY,1) AC_DEFINE(USE_DEBUG,1) )
|
||||
|
||||
|
||||
### --------------------------------------------------------------------------
|
||||
### i18n
|
||||
|
Loading…
Reference in New Issue
Block a user