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.
2 parents 162830d + 3f94d60 commit d758134Copy full SHA for d758134
.github/workflows/regression.yml
@@ -127,7 +127,7 @@ jobs:
127
- config_set: BaseNoMPI-asan
128
flags: '--buildtype=debugoptimized -Denable-openblas=true -Dwith-mpi=disabled -Denable-mlpcpp=true --warnlevel=3 --werror'
129
- config_set: ReverseNoMPI-asan
130
- flags: '--buildtype=debugoptimized -Denable-autodiff=true -Denable-normal=false -Dwith-mpi=disabled --warnlevel=3 --werror'
+ flags: '--buildtype=debugoptimized --optimization=1 -Denable-autodiff=true -Denable-normal=false -Dwith-mpi=disabled --warnlevel=3 --werror'
131
runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
132
steps:
133
- name: Cache Object Files
0 commit comments