summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-02-22 09:26:16 -0500
committerJeffrey Walton <noloader@gmail.com>2018-02-22 09:26:16 -0500
commit5be140bcea453a00f7f2fec09fb9e37849d65d98 (patch)
tree057d3835f70fe94243d1be505dd17aac5ef44eff /Install.txt
parent63d038fa18ee78951905e8f3ad4c8f82ba653238 (diff)
downloadcryptopp-git-5be140bcea453a00f7f2fec09fb9e37849d65d98.tar.gz
Prepare for Crypto++ 6.1 releaseCRYPTOPP_6_1_0
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 48ad6996..19bc581e 100644
--- a/Install.txt
+++ b/Install.txt
@@ -78,6 +78,10 @@ You can also override a variable so that only your flags are present. That is, t
make CXXFLAGS="-std=c++11"
+Crypto++ does not enagage Specter remediations at this time. You can build with Specter resistance with the following flags:
+
+ CXXFLAGS="-DNDEBUG -g2 -O3 -mfunction-return=thunk -mindirect-branch=thunk" make
+
ALTERNATE BUILD SYSTEMS
-----------------------