Define EXTRAFLAGS to avoid issues with -fstack-protector-strong

This commit is contained in:
Dan Buch
2016-12-27 11:49:35 -05:00
parent f02e32793d
commit 64c8c6ba16

View File

@ -8,7 +8,7 @@ compiler:
- clang
env:
global:
- EXTRAFLAGS=
- EXTRAFLAGS='-v'
- PREFIX="${HOME}"
install:
- 'true'