summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-12 03:37:32 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-12 03:37:32 -0500
commita0f3744ed424f08c0e5f2ae5c937ef4d3979a584 (patch)
treea570ad0837b5f5461f8f8c77cd0942f15b09082c /GNUmakefile
parent499a5e289dbed39029a1c36fe59447bf57504865 (diff)
downloadcryptopp-git-a0f3744ed424f08c0e5f2ae5c937ef4d3979a584.tar.gz
Use __cpp_lib_uncaught_exceptions for CRYPTOPP_CXX17_EXCEPTIONS
Also see https://bugs.llvm.org/show_bug.cgi?id=39631
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-xGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 79aafe65..f7aa7c61 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -297,7 +297,7 @@ ifeq ($(findstring -DCRYPTOPP_DISABLE_ASM,$(CXXFLAGS)),)
else
CXXFLAGS += -DCRYPTOPP_DISABLE_SSE2
endif
-
+
# https://github.com/weidai11/cryptopp/issues/738
UNUSED := $(shell rm -f a.out && rm -rf *.out.dSYM/)