mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Autoconf
- Added the "-Wall and -pedantic" compiler flags for the non-debug build. The should have been there anyway.
This commit is contained in:
parent
9a350a7dcd
commit
3c196230dd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if test "$enable_debug" = "yes"; then
|
|||
CXXFLAGS="$CFLAGS -Wall -pedantic -ggdb3 -DDEBUG"
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
CXXFLAGS="$CFLAGS -O3"
|
||||
CXXFLAGS="$CFLAGS -Wall -pedantic -O3"
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue