Skip to content

Commit

Permalink
Don't redefine NDEBUG; fix warning when building cmake release build. (
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpaquin authored Apr 8, 2020
1 parent 94e37fe commit 9466677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sig/picnic/external/oqs_picnic_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#include <oqs/common.h>

/* avoid printing debug output */
#ifndef NDEBUG
#define NDEBUG
#endif

/* use OQS's free function */
#define free OQS_MEM_insecure_free
Expand Down

0 comments on commit 9466677

Please sign in to comment.