Closed evincarofautumn closed 9 years ago
make all should be the default and should not include -Werror; there should be a different target for development that does not attempt to install dependencies, and includes -Werror.
make all
-Werror
Fixed in d4e06713ea03471c2435fafa1cb010e3b96f528f.
make all
should be the default and should not include-Werror
; there should be a different target for development that does not attempt to install dependencies, and includes-Werror
.