From 4513519ab332ac96b8b12d9c2cbdada0422b4880 Mon Sep 17 00:00:00 2001 From: sulincix Date: Sun, 26 May 2024 16:13:44 +0000 Subject: [PATCH] fix aarch64 build --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 1490df6..a6860c9 100755 --- a/meson.build +++ b/meson.build @@ -39,8 +39,7 @@ cflags += ['-DGETTEXT_PACKAGE=ymp'] # some compiler flags from dpkg-buildpackage cflags += ['-g', '-O2', '-Werror=implicit-function-declaration', '-ffile-prefix-map=/root/ymp=.', '-fstack-protector-strong', - '-fstack-clash-protection', '-Wformat', '-Werror=format-security', - '-fcf-protection' + '-fstack-clash-protection', '-Wformat', '-Werror=format-security' ] # error on warning