diff options
author | Hanabishi Recca <1722-hanabishi@users.noreply.gitlab.archlinux.org> | 2024-12-22 19:20:31 +0000 |
---|---|---|
committer | Hanabishi Recca <1722-hanabishi@users.noreply.gitlab.archlinux.org> | 2024-12-22 19:20:31 +0000 |
commit | c5dafb4acada32c732e0d2cb66f1e78d0b603ddf (patch) | |
tree | 9ad3109f39b1f240de1091d1a252758c0db6aea7 /PKGBUILD | |
parent | efe547336aa0b2713e62a444e56285615eb9f10f (diff) |
Enable ASM code
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ prepare() { build() { for component in Bundles/{Alone,Alone7z,Format7zF,SFXCon} UI/Console; do make -C CPP/7zip/$component -f ../../cmpl_gcc.mak \ + MY_ASM=uasm \ + USE_ASM=1 \ + IS_X64=1 \ CC="cc $CPPFLAGS $CFLAGS $LDFLAGS" \ CXX="g++ $CPPFLAGS $CXXFLAGS $LDFLAGS" done |