Skip to content
Snippets Groups Projects
Commit 989ff0b4 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

cmake: add NDEBUG macro to disable assert

Change-Id: I70582a67ea62a4b5f1735cff7915fe845bdf4789
parent 04acab5a
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,7 @@ if(MSVC) ...@@ -169,6 +169,7 @@ if(MSVC)
"OPENDHT_PROXY_SERVER;" "OPENDHT_PROXY_SERVER;"
"OPENDHT_PUSH_NOTIFICATIONS;" "OPENDHT_PUSH_NOTIFICATIONS;"
"NATPMP_STATICLIB;" "NATPMP_STATICLIB;"
"NDEBUG;"
">" ">"
"_USE_MATH_DEFINES;" "_USE_MATH_DEFINES;"
"_SCL_SECURE_NO_WARNINGS;" "_SCL_SECURE_NO_WARNINGS;"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment