Skip to content

Commit 0868b4d

Browse files
committed
Fixed cryptopp compatibility issues #2
1 parent 3954adf commit 0868b4d

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

vendor/cryptopp/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ GAS219_OR_LATER = $(shell $(CXX) -xc -c /dev/null -Wa,-v -o/dev/null 2>&1 | $(EG
4141
ifneq ($(GCC42_OR_LATER),0)
4242
ifeq ($(UNAME),Darwin)
4343
CXXFLAGS += -arch x86_64 -arch i386
44-
# else
45-
# CXXFLAGS += -march=native
44+
else
45+
CXXFLAGS += -mtune=generic
4646
endif
4747
endif
4848

vendor/cryptopp/instruction_fix.diff

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)