build: use -Werror only in release builds
authorAlexander Kanavin <alexander.kanavin@intel.com>
Tue, 4 Feb 2014 15:02:49 +0000 (17:02 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Tue, 4 Feb 2014 15:02:49 +0000 (17:02 +0200)
commitf80aaa856539512e16501bb8367d6416af2d9a9f
treebc6ed5c52a4b1cdfb4587425399b4b7c9d51283a
parent4f15ad6678efc639791662ddc04540ae809ce4a0
build: use -Werror only in release builds

In testing it's often needed to comment out parts of tests to narrow down
the issue, and -Werror makes it very hard, due to 'unused variable' type
errors.
configure.ac