We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e99cc commit 8659f81Copy full SHA for 8659f81
projects/brunsli/build.sh
@@ -14,10 +14,10 @@
14
# limitations under the License.
15
#
16
################################################################################
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
+
+cmake . -DBUILD_TESTING=ON
19
make clean
20
-make V=1 -j$(nproc) all
+make -j$(nproc) all
21
22
# TODO(eustas): add seed corpus
23
0 commit comments