We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f2470 commit 9a723cfCopy full SHA for 9a723cf
config/templates/craft.yml.twig
@@ -30,7 +30,7 @@ craft-options:
30
extra-env:
31
{% set arch_flags = arch == 'x86_64' ? ' -fcf-protection' : '' %}
32
{% if arch == 'x86_64' and '.2.39' in target %} {% set arch_flags = arch_flags ~ ' -march=x86_64_v3' %} {% endif %}
33
- {% if arch == 'x86_64' and '.2.34' in target %} {% set arch_flags = arch_flags ~ ' -march=x86_64_v2' %} {% endif %}
+ {% if arch == 'x86_64' and '.2.34' in target %} {# x86_64_v2 causes relocation failure for frankenphp :/ #} {% endif %}
34
{% set cflags = '-g0 -fpic -O3 -Wno-date-time -fstack-protector-strong -fstack-clash-protection' ~ arch_flags %}
35
# e.g. Use github token to avoid rate limit
36
# GITHUB_TOKEN: your-github-token
0 commit comments