diff options
author | David Timber <mieabby@gmail.com> | 2020-08-20 12:23:35 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-08-20 15:15:57 +0930 |
commit | 76d4d6b2bafada7b790e817b7324d53f3d3a0c7f (patch) | |
tree | d8b3669fa7b167fc3bf764e971fc6e70bd8d9b49 /proone.code-workspace | |
parent | 7bd3eb3b1ad4209ac4cf4b46f849213d46bc33aa (diff) |
Progress ...
* Move DVault out of executable. Dynamically load it on startup
* Improved testing scheme
* Tidy up prne_*assert* macro series
* Protocol: store host credentials in base64 string. No mask
* Use the lock shm as a shared_global so the stats can persist
* mmap() the executable read-only for later use
Diffstat (limited to 'proone.code-workspace')
-rw-r--r-- | proone.code-workspace | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proone.code-workspace b/proone.code-workspace index 58370ea..d5a881f 100644 --- a/proone.code-workspace +++ b/proone.code-workspace @@ -11,7 +11,8 @@ // "_POSIX_C_SOURCE=200112L", "_GNU_SOURCE=1", // TODO: remove "PRNE_DEBUG", - "PRNE_BUILD_ENTROPY=\"84532ab2-0857-4137-9daf-abd990684889\""], + "PRNE_BUILD_ENTROPY=\"84532ab2-0857-4137-9daf-abd990684889\"", + "PRNE_BIN_ALIGNMENT=8"], "C_Cpp.default.compilerArgs": [ "-pedantic", "-Wall", |