Skip to content

Commit 9f32cb1

Browse files
committed
test
1 parent 066b763 commit 9f32cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/templates/craft.yml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{%- set specs_cflags = '-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1' -%}
1212
{%- set specs_ldflags = '-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ~ (os == '10' ? ' -Wl,-z,pack-relative-relocs' : '') -%}
1313
{%- set cflags =
14-
'-fPIC -O3 -pipe -fno-plt -fno-semantic-interposition -fstack-clash-protection -fno-omit-frame-pointer -ffunction-sections -fdata-sections' ~ arch_flags
14+
'-fPIC -O3 -pipe -fno-plt -fno-semantic-interposition -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffunction-sections -fdata-sections' ~ arch_flags
1515
-%}
1616
{%- set cflags = (using_gcc ? '' : '-flto=thin ') ~ cflags -%}
1717
{%- set is_rhel = os in ['7', '8', '9', '10'] and type == 'rpm' -%}

0 commit comments

Comments
 (0)