Commit b8847848 authored by David Auer's avatar David Auer
Browse files

VSCODE: Update cppStandard

parent 9a87035c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
            "defines": [],
            "compilerPath": "/usr/bin/gcc",
            "cStandard": "c11",
            "cppStandard": "c++14",
            "cppStandard": "c++17",
            "intelliSenseMode": "gcc-x64",
            "configurationProvider": "ms-vscode.cmake-tools"
        }
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
        "LIBRARY_PATH": "${env.LIBRARY_PATH}:/lib64:/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/lib:/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/lib64",
        "LDFLAGS": "-L/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/lib/",
        "CPPFLAGS": "-I/run/media/da/rocket1tb/gekko-localinstall/gekkofs_install/include/",
        "CC": "/usr/bin/gcc",
        "CXX": "/usr/bin/g++",
        "CC": "/usr/bin/gcc", // Does not seem to have any effect
        "CXX": "/usr/bin/g++", // probably overwritten by vs-code's builtin compiler selection
    },
}
/*