Skip to content

Commit

Permalink
fix aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 26, 2024
1 parent 8a5a15f commit 4513519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4513519

Please sign in to comment.