This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Undefine NDEBUG for tests - cmake version. See issue
#501
.
tags/json-c-0.14-20200419
Eric Haszlakiewicz
6 years ago
parent
37b4da6b92
commit
0819a55ffb
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tests/CMakeLists.txt
+ 5
- 0
tests/CMakeLists.txt
View File
@@ -52,3 +52,8 @@ target_link_libraries(
endforeach(TESTNAME)
# Make sure NDEBUG is always undefined for tests
if (UNIX OR MINGW OR CYGWIN)
list(APPEND CMAKE_C_FLAGS -UNDEBUG)
endif()
Write
Preview
Loading…
Cancel
Save