This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
16
Star
1
Fork
13
Code
Issues
Pull Requests
2
Releases
452
Wiki
Activity
Browse Source
Added NOLOG define so that -DNOLOG can be used to shut down debug logs when not using -NDEBUG (we still need our asserts in testing even when we don't want logs ;)
doc_update_sequoia
Krista Bennett
5 years ago
parent
fe6dea35f0
commit
d67823f2e8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pEp_internal.h
+ 1
- 1
src/pEp_internal.h
View File
@ -183,7 +183,7 @@ PEP_STATUS encrypt_only(
size_t
psize
,
char
*
*
ctext
,
size_t
*
csize
)
;
#
if
def NDEBUG
#
if
defined(NDEBUG) || defined(NOLOG)
#
define DEBUG_LOG(TITLE, ENTITY, DESC)
#
else
#
ifdef ANDROID
Write
Preview
Loading…
Cancel
Save