~claudioandre.br/+junk/sample

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Claudio André
  • Date: 2019-05-12 14:06:16 UTC
  • Revision ID: claudioandre.br@gmail.com-20190512140616-2ygivi35iygn76c1
Add -fno-strict-aliasing to test builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
else
75
75
    # Non X86 CPU
76
 
    ./configure $OTHER_NO_OPENMP CPPFLAGS="-D_SNAP -D_BOXED" && do_build ../run/john-non-omp
77
 
    ./configure $OTHER_REGULAR   CPPFLAGS="-D_SNAP -D_BOXED -DOMP_FALLBACK -DOMP_FALLBACK_BINARY=\"\\\"john-non-omp\\\"\"" && do_build
 
76
    ./configure $OTHER_NO_OPENMP CPPFLAGS="-fno-strict-aliasing -D_SNAP -D_BOXED" && do_build ../run/john-non-omp
 
77
    ./configure $OTHER_REGULAR   CPPFLAGS="-fno-strict-aliasing -D_SNAP -D_BOXED -DOMP_FALLBACK -DOMP_FALLBACK_BINARY=\"\\\"john-non-omp\\\"\"" && do_build
78
78
fi
79
79
 
80
80
# To be able to run testing