Skip to content
Snippets Groups Projects

Enable ASM code

All threads resolved!
Merged Hanabishi Recca requested to merge (removed):main into main
All threads resolved!
+ 3
0
@@ -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
Loading