mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
travis: lets see if OPTIMIZE=0 is faster
This commit is contained in:
parent
6bfa7f38d5
commit
1cba08f424
@ -8,7 +8,7 @@ env:
|
|||||||
script:
|
script:
|
||||||
- if [ $CC == 'clang' ];
|
- if [ $CC == 'clang' ];
|
||||||
then make -j2 linux_x64_clang && ./$MAME -validate;
|
then make -j2 linux_x64_clang && ./$MAME -validate;
|
||||||
else make -j2 && ./$MAME -validate;
|
else make -j2 OPTIMIZE=0 && ./$MAME -validate;
|
||||||
fi
|
fi
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user