Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 3e85c3d

Browse files
committed
disable mixed asm for osx/ios
1 parent c75e169 commit 3e85c3d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/3rdparty/cryptopp/cryptopp.pro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,9 @@ win32:!win32-g++ {
444444
LIBS += -lgomp
445445
}
446446

447-
# TODO DEBUG disable because of integer fail
448-
ios {
449-
MODULE_DEFINES += CRYPTOPP_DISABLE_ASM
450-
CONFIG -= simd
447+
darwin {
448+
warning("Disabeling mixed assembler")
449+
MODULE_DEFINES += CRYPTOPP_DISABLE_MIXED_ASM
451450
}
452451
}
453452

0 commit comments

Comments
 (0)