aboutsummaryrefslogtreecommitdiff
path: root/proone.code-workspace
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-08-24 09:37:43 +0930
committerDavid Timber <mieabby@gmail.com>2020-08-24 10:05:29 +0930
commitacf0b7a45171555eba2c10a6ef84f915c62f6791 (patch)
tree7253e8d86a199948530671c8bf59ecbb2c6e08f8 /proone.code-workspace
parent076671e7aa28451de087088c2e47f9e6064ae434 (diff)
* htbt checkpoint
* Change PRNE_BUILD_ENTROPY to uint8_t array * endian.h problem * Remove "-I." CFLAG added by Automake () * Moved endian conversion macros to endian.h * Moved DNS server config from config.h to resolv.h to reduce compile time * Refactor resolv_ensure_act_dns_fd() to reduce binary size
Diffstat (limited to 'proone.code-workspace')
-rw-r--r--proone.code-workspace4
1 files changed, 3 insertions, 1 deletions
diff --git a/proone.code-workspace b/proone.code-workspace
index d5a881f..aa336bb 100644
--- a/proone.code-workspace
+++ b/proone.code-workspace
@@ -5,13 +5,15 @@
}
],
"settings": {
+ "editor.tabSize": 4,
"editor.insertSpaces": false,
+ "files.trimTrailingWhitespace": true,
"C_Cpp.default.cStandard": "c11",
"C_Cpp.default.defines": [
// "_POSIX_C_SOURCE=200112L",
"_GNU_SOURCE=1", // TODO: remove
"PRNE_DEBUG",
- "PRNE_BUILD_ENTROPY=\"84532ab2-0857-4137-9daf-abd990684889\"",
+ "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": [
"-pedantic",