Skip to content

Commit 8659f81

Browse files
nit
Signed-off-by: David Korczynski <[email protected]>
1 parent e7e99cc commit 8659f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/brunsli/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# limitations under the License.
1515
#
1616
################################################################################
17-
export CXXFLAGS="${CXXFLAGS} -std=c++17 -Wno-enum-constexpr-conversion -Wno-character-conversion -Wno-error"
18-
cmake . -DBUILD_TESTING=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
17+
18+
cmake . -DBUILD_TESTING=ON
1919
make clean
20-
make V=1 -j$(nproc) all
20+
make -j$(nproc) all
2121

2222
# TODO(eustas): add seed corpus
2323

0 commit comments

Comments
 (0)