Skip to content

Commit 7d30336

Browse files
committed
Fixed cryptopp compatibility issues #3
1 parent 0868b4d commit 7d30336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/cryptopp/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ifneq ($(GCC42_OR_LATER),0)
4242
ifeq ($(UNAME),Darwin)
4343
CXXFLAGS += -arch x86_64 -arch i386
4444
else
45-
CXXFLAGS += -mtune=generic
45+
CXXFLAGS += -march=k8 -mtune=generic
4646
endif
4747
endif
4848

0 commit comments

Comments
 (0)