mirror of
https://github.com/holub/mame
synced 2025-04-15 21:16:28 +03:00
Attempt fix for Qt5 build issue
This commit is contained in:
parent
04bfe5d31a
commit
2108ec8a3f
@ -7,8 +7,8 @@ env:
|
||||
- SUBTARGET=mess MAME=mess64
|
||||
script:
|
||||
- if [ $CC == 'clang' ];
|
||||
then make -j2 linux_x64_clang && ./$MAME -validate;
|
||||
else make -j2 OPTIMIZE=0 && ./$MAME -validate;
|
||||
then make -j2 linux_x64_clang OPT_FLAGS="-fPIE" && ./$MAME -validate;
|
||||
else make -j2 OPTIMIZE=0 OPT_FLAGS="-fPIE" && ./$MAME -validate;
|
||||
fi
|
||||
sudo: required
|
||||
before_install:
|
||||
|
Loading…
Reference in New Issue
Block a user