]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
MCONFIG: move SANITIZER_CFLAGS out of CLFAGS
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2018 01:33:27 +0000 (21:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2018 01:33:27 +0000 (21:33 -0400)
commit57e976e20e2fc0c42c624e0e5401bf7c16771c54
treed5cad933720aec0a2e22385455bbba64c3261299
parent3882fb463c36231d7d28402f8f8ac8bf581ec4cb
MCONFIG: move SANITIZER_CFLAGS out of CLFAGS

CFLAGS is supposed to be something that can be overridden by the
developer.  So extra stuff like $(SANITIZER_CFLAGS) should not be
defined there, but rather in ALL_CFLAGS.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MCONFIG.in