Skip to content

Commit 74b6a46

Browse files
authored
Build evmone runner in Release (#120)
1 parent 36f2078 commit 74b6a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/evmone/entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
55

66
cd $SCRIPT_DIR
77
{
8-
cmake -S . -B build && cmake --build build --parallel
8+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build --parallel
99
} > /dev/null
1010
build/runner $@

0 commit comments

Comments
 (0)