diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2020-01-02 11:43:54 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2020-01-02 11:43:54 +0100 |
| commit | de5d0cbb9c58852ff0038be5495fa7e5d656dd1d (patch) | |
| tree | b8defe20be4f23a8ccb72482c8e58e9c0f6865ea /.vscode | |
| parent | 9c95106af2fbaa9f5f8f605ee7df54cc90356df6 (diff) | |
| download | newtype-de5d0cbb9c58852ff0038be5495fa7e5d656dd1d.tar.xz newtype-de5d0cbb9c58852ff0038be5495fa7e5d656dd1d.zip | |
new_type: implement subtraction
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 179e475..e71cdab 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -6,9 +6,9 @@ "${workspaceFolder}/**" ], "defines": [], - "compilerPath": "/usr/bin/clang", + "compilerPath": "/usr/bin/gcc", "cppStandard": "c++20", - "intelliSenseMode": "clang-x64", + "intelliSenseMode": "gcc-x64", "configurationProvider": "go2sh.cmake-integration" } ], |
