We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ac2db commit c7515f4Copy full SHA for c7515f4
vendor/cryptopp/premake5.lua
@@ -3,9 +3,6 @@ project "cryptopp"
3
kind "StaticLib"
4
targetname "cryptopp"
5
6
- pchheader "pch.h"
7
- pchsource "pch.cpp"
8
-
9
vpaths {
10
["Headers/*"] = "**.h",
11
["Sources"] = "**.cpp",
@@ -18,7 +15,6 @@ project "cryptopp"
18
15
"CRYPTOPP_DISABLE_AESNI",
19
16
"CRYPTOPP_DISABLE_SSE4",
20
17
"CRYPTOPP_DISABLE_SSSE3",
21
- "USE_PRECOMPILED_HEADERS",
22
}
23
24
files {
@@ -209,7 +205,7 @@ project "cryptopp"
209
205
flags { "NoPCH" }
210
206
211
207
filter "system:macosx"
212
- defines { "CRYPTOPP_DISABLE_ASM" }
208
+ defines { "CRYPTOPP_DISABLE_MIXED_ASM" }
213
214
filter { "platforms:arm*" }
215
defines { "CRYPTOPP_DISABLE_ASM" }
0 commit comments