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 f5a46b4 commit 7770b30Copy full SHA for 7770b30
frameworks/C++/libsniper/libsniper.dockerfile
@@ -33,7 +33,7 @@ RUN git clone https://github.com/rtbtech/libsniper.git libs/core
33
34
RUN cd libs/core && git checkout v1.3.1
35
36
-RUN mkdir build && cd /libsniper_bench/build && cmake -DCMAKE_BUILD_TYPE=Release -S .. && make --jobs=`nproc` --quiet
+RUN mkdir build && cd /libsniper_bench/build && cmake -DCMAKE_RULE_MESSAGES=OFF -DCMAKE_BUILD_TYPE=Release -S .. && make --jobs=`nproc` --quiet
37
38
ARG BENCHMARK_ENV
39
0 commit comments