aboutsummaryrefslogtreecommitdiff
path: root/proone.code-workspace
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-14 15:47:30 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-14 15:47:30 +0930
commitf7f7332afafd4f965c5ef1d45cc1c7da9275c6ef (patch)
tree53b8e96d2d070215f0c6ee133cdba58ca93a4138 /proone.code-workspace
parentc4160ed41717260b5941e2729c444b8ec051d5f0 (diff)
* Add "--enable-static" configure option
* Change "PRNE_DEBUG" macro use * Add "PRNE_VERBOSE" * Impl "recon" * Add "inet.h" for Internet Protocol stuff * Changes regarding "PRNE_RND_WELL512_SEEDLEN" * Add prne_own_realloc() for objects with multiple array memebers * Add prne_add_timespec()
Diffstat (limited to 'proone.code-workspace')
-rw-r--r--proone.code-workspace1
1 files changed, 1 insertions, 0 deletions
diff --git a/proone.code-workspace b/proone.code-workspace
index db33ae8..392cc94 100644
--- a/proone.code-workspace
+++ b/proone.code-workspace
@@ -12,6 +12,7 @@
"C_Cpp.default.defines": [
"_POSIX_C_SOURCE=200112L",
"PRNE_DEBUG",
+ "PRNE_VERBOSE=UINT_MAX",
"PRNE_BUILD_ENTROPY={ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
"PRNE_BIN_ALIGNMENT=8"],
"C_Cpp.default.compilerArgs": [