summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-02-05 14:46:47 +0100
committerDavid Sterba <dsterba@suse.cz>2015-02-05 15:05:21 +0100
commit005526d065b73ee70a0a74223770e4dd2e7e1de2 (patch)
tree58676e21162eb126a6f4451a217c9509b7c90266 /configure.ac
parent9143fda114c0f57bc57ca30378874f100cb1af73 (diff)
btrfs-progs: autoconf: move custom CFLAGS from makefile
Keep only flags that are required to build properly, current fine tunings are moved to the optional defaults in configure and can be overriden by the user. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37bb18c0..d059e1c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ LIBBTRFS_MAJOR=0
LIBBTRFS_MINOR=1
LIBBTRFS_PATCHLEVEL=1
-CFLAGS=${CFLAGS:-"-g -O1"}
+CFLAGS=${CFLAGS:-"-g -O1 -Wall"}
AC_SUBST([CFLAGS])
AC_PREREQ([2.60])