Commit 8b693854 by Antonio Maiorano

Fix regres script

Change-Id: I97e65fcfdbab5e8ebf823ef528be3a048274a9ef Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/36809Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com>
parent c475f565
...@@ -739,7 +739,7 @@ func (t *test) build() error { ...@@ -739,7 +739,7 @@ func (t *test) build() error {
"-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_BUILD_TYPE=Release",
"-DDCHECK_ALWAYS_ON=1", "-DDCHECK_ALWAYS_ON=1",
"-DREACTOR_VERIFY_LLVM_IR=1", "-DREACTOR_VERIFY_LLVM_IR=1",
"-DWARNINGS_AS_ERRORS=0" "-DWARNINGS_AS_ERRORS=0",
".."); err != nil { ".."); err != nil {
return err return err
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment