From cbb11cd88d985db033c744b59291a2cf03fd16be Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周二, 13 10月 2020 21:53:31 +0800
Subject: [PATCH] #ifdef _DEBUG -> #ifndef NDEBUG for better cmake compatibility

---
 doc/development/Dependencies.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/doc/development/Dependencies.md b/doc/development/Dependencies.md
index aa81f4e..0c22d27 100644
--- a/doc/development/Dependencies.md
+++ b/doc/development/Dependencies.md
@@ -11,6 +11,7 @@
 
 | Operating System               | Openssl    | Zlib                        | Boost<sup>2</sup>   |
 |--------------------------------|:----------:|:---------------------------:|:-------------------:| 
+| Ubuntu 20.04     | :heavy_check_mark: v1.1.1f| :question: optional         | optional(test) 1.71 |
 | Ubuntu 18.04     | :heavy_check_mark: v1.1.1| :question: optional         | optional(test) 1.65 |
 | Ubuntu 16.04     | :heavy_check_mark: v1.0.2| :question: req.by openssl   | optional(test)      |
 | Centos 7         | :heavy_check_mark: v1.0.2| :question: req.by openssl   | otpional(test) 1.53 |

--
Gitblit v1.9.1