We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An asan variant would be very handy.
Here is how dbi has worked it in on their own:
https://github.com/Perl5/DBIx-Class/blob/maint/0.0828xx/.travis.yml#L214-L239
It should probably then look something like the following in bin/build-perl
[[ "${perl_version}-" =~ '-asan-' ]] && brewopts+=(-Dcc=$CC -Accflags='$ASAN_FLAGS_COMMON' -Aldflags='$ASAN_FLAGS_COMMON')
Where all those variables and gcc as version 8 would be defined
The text was updated successfully, but these errors were encountered:
There is also a plugin for perl-build at https://metacpan.org/pod/distribution/Perl-Build/script/perl-build
Sorry, something went wrong.
No branches or pull requests
An asan variant would be very handy.
Here is how dbi has worked it in on their own:
https://github.com/Perl5/DBIx-Class/blob/maint/0.0828xx/.travis.yml#L214-L239
It should probably then look something like the following in bin/build-perl
[[ "${perl_version}-" =~ '-asan-' ]] && brewopts+=(-Dcc=$CC -Accflags='$ASAN_FLAGS_COMMON' -Aldflags='$ASAN_FLAGS_COMMON')
Where all those variables and gcc as version 8 would be defined
The text was updated successfully, but these errors were encountered: