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 0868b4d commit 7d30336Copy full SHA for 7d30336
vendor/cryptopp/GNUmakefile
@@ -42,7 +42,7 @@ ifneq ($(GCC42_OR_LATER),0)
42
ifeq ($(UNAME),Darwin)
43
CXXFLAGS += -arch x86_64 -arch i386
44
else
45
-CXXFLAGS += -mtune=generic
+CXXFLAGS += -march=k8 -mtune=generic
46
endif
47
48
0 commit comments