Skip to content

Commit

Permalink
DLPX-72206 ZFS package build does not fail when warnings occur (openz…
Browse files Browse the repository at this point in the history
  • Loading branch information
pzakha authored Oct 14, 2020
1 parent f0863e1 commit 378c77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zfs-build.m4
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AC_DEFUN([ZFS_AC_DEBUG_ENABLE], [
])

AC_DEFUN([ZFS_AC_DEBUG_DISABLE], [
DEBUG_CFLAGS=""
DEBUG_CFLAGS="-Werror"
DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG"
DEBUG_LDFLAGS=""
DEBUG_ZFS="_without_debug"
Expand Down

0 comments on commit 378c77d

Please sign in to comment.