Skip to content

Commit e9f0505

Browse files
authored
Fix swiftshader build config (#1012)
1 parent d8d7d9f commit e9f0505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/build-swiftshader-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ git clone https://github.com/google/swiftshader.git
3131
mkdir -p build-coverage
3232
cd build-coverage
3333
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DSWIFTSHADER_EMIT_COVERAGE=1 ..
34-
cmake --build . --config Release
34+
cmake --build . --config Debug
3535
)

0 commit comments

Comments
 (0)