From 87b0db3943d6a27517809b79fc1b56f74c0d8ea4 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 15 Nov 2020 11:57:25 -0600 Subject: Add VScode stuffs --- .vscode/c_cpp_properties.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.vscode/c_cpp_properties.json') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 6e3e2bc..8402ac0 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,10 +5,11 @@ "includePath": [ "${workspaceFolder}/P2/include" ], - "defines": [], + "defines": [ + "__USE_POSIX", + "_GNU_SOURCE" + ], "compilerPath": "/usr/bin/gcc", - "cStandard": "c11", - "cppStandard": "c++14", "intelliSenseMode": "gcc-x64" } ], -- cgit v1.2.3