Fix JMK bug, update architecture docs
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 436339a..41cf104 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -15,7 +15,9 @@
             "cStandard": "c11",
             "intelliSenseMode": "linux-gcc-x86",
             "compilerArgs": [
-                "-nostdinc -nostdlib -O2 -m32 -g"
+                "-O2",
+                "-m32",
+                "-g"
             ]
         }
     ],