Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Picus <matti.picus@gmail.com>
  • Loading branch information
seiko2plus and mattip committed Jun 16, 2022
1 parent 24d9375 commit b2935ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
needs: [smoke_test]
runs-on: ubuntu-latest
env:
WITHOUT_OPT: 1
WITHOUT_OPTIMIZATIONS: 1
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tools/travis-test.sh
Expand Up @@ -39,7 +39,7 @@ setup_base()

build_args=()
# Strictly disable all kinds of optimizations
if [ -n "$WITHOUT_OPT" ]; then
if [ -n "$WITHOUT_OPTIMIZATIONS" ]; then
build_args+=("--disable-optimization")
# only disable SIMD optimizations
elif [ -n "$WITHOUT_SIMD" ]; then
Expand Down

0 comments on commit b2935ff

Please sign in to comment.