diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-29 18:33:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-29 18:33:11 +0300 |
commit | cad5251c84edb51ddc3180d992eeea043022a216 (patch) | |
tree | e460701b3949104d3059bd41bc6e867d98235da3 | |
parent | 22b8e830619ef155661a6e74228f6953c7accf77 (diff) | |
download | plus-cad5251c84edb51ddc3180d992eeea043022a216.tar.gz plus-cad5251c84edb51ddc3180d992eeea043022a216.tar.bz2 plus-cad5251c84edb51ddc3180d992eeea043022a216.tar.xz plus-cad5251c84edb51ddc3180d992eeea043022a216.zip |
Fix bmake script.
-rwxr-xr-x | build/bmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/bmake b/build/bmake index 521532a74..231525118 100755 --- a/build/bmake +++ b/build/bmake @@ -26,8 +26,7 @@ cd build/tmp --enable-memdebug=no \ --enable-tcmalloc=no \ --enable-googleprofiler=no \ ---enable-werror \ ---disable-tmwa +--enable-werror cd po make -j8 update-gmo 2>../../make1.log |