aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 3a866eb..feeeb84 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -604,6 +604,7 @@ if(NOT HAVE_EXPLICIT_BZERO)
604 set(CRYPTO_SRC ${CRYPTO_SRC} compat/explicit_bzero_win.c) 604 set(CRYPTO_SRC ${CRYPTO_SRC} compat/explicit_bzero_win.c)
605 else() 605 else()
606 set(CRYPTO_SRC ${CRYPTO_SRC} compat/explicit_bzero.c) 606 set(CRYPTO_SRC ${CRYPTO_SRC} compat/explicit_bzero.c)
607 set_source_files_properties(compat/explicit_bzero.c PROPERTIES COMPILE_FLAGS -O0)
607 endif() 608 endif()
608endif() 609endif()
609 610