summaryrefslogblamecommitdiff
path: root/build/bmaketestsimd
blob: 41f07e679e348548d83dfce408f561082673ca7b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                 
                         

                                  
                               








                                
                                         
     
                                 
#!/bin/bash

cd ..

dir=`pwd`

export CC=gcc
export CXX=g++

export LANG=C

export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -Wstrict-aliasing=2 \
-Wstrict-overflow=1 -Wformat=1 -D_FORTIFY_SOURCE=2 \
-ffast-math -funswitch-loops -flto -fwhole-program \
-funsafe-loop-optimizations \
-march=native -fsched-pressure
-std=gnu++2a -Wformat=1 \
-fno-var-tracking -Wno-attributes"

source ./tools/ci/flags/gcc8.sh

autoreconf -i
./configure --prefix=$dir/run \
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
--mandir=$dir/run/share/man \
--enable-unittests

cd po
make -j16 update-gmo 2>../build/make1.log
cd ..
make -j16 check 2>build/make2.log