~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: mmach
  • Date: 2023-11-06 05:15:13 UTC
  • Revision ID: netbit73@gmail.com-20231106051513-cupw4zkazcx870nb
2023-11-05 23:39:15

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
buildflags = \
23
23
        $(shell DEB_CFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe" DEB_CXXFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe" DEB_LDFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe" dpkg-buildflags --export=configure)
24
24
else
25
 
  ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
 
25
  ifneq (,$(filter $(DEB_HOST_ARCH), i386))
26
26
  # Workaround for a variant of LP: #725126
27
27
  buildflags = \
28
 
        $(shell DEB_CFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe" DEB_CXXFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe")
 
28
        $(shell DEB_CFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fcf-protection=none -ftracer -pthread -pipe" DEB_CXXFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fcf-protection=none -ftracer -pthread -pipe")
29
29
  else
30
30
  # Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83143
31
31
  buildflags = \
32
 
        $(shell DEB_CFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe" DEB_CXXFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fsemantic-interposition -fcf-protection=none -ftracer -pthread -pipe")mesa-23.99.4-20.xx.tar.xz
 
32
        $(shell DEB_CFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fcf-protection=none -ftracer -pthread -pipe" DEB_CXXFLAGS_MAINT_APPEND="-g0 -Ofast -ftree-vectorize -march=znver1 -fno-stack-clash-protection -fcf-protection=none -ftracer -pthread -pipe")mesa-23.99.4-20.xx.tar.xz
33
33
  endif
34
34
endif
35
35