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 36f2078 commit 74b6a46Copy full SHA for 74b6a46
runners/evmone/entry.sh
@@ -5,6 +5,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
5
6
cd $SCRIPT_DIR
7
{
8
- cmake -S . -B build && cmake --build build --parallel
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build --parallel
9
} > /dev/null
10
build/runner $@
0 commit comments