From 7871866a686ec3921840cab220fbbb1ec3e908d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre=20=E2=9C=8F?= Date: Tue, 25 Oct 2016 06:50:56 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20configuration=20de=20l'=C3=A9?= =?UTF-8?q?diteur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gcc-flags.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gcc-flags.json diff --git a/.gcc-flags.json b/.gcc-flags.json new file mode 100644 index 0000000..fe10868 --- /dev/null +++ b/.gcc-flags.json @@ -0,0 +1,8 @@ +{ + "Paramètres de l'extension Atom linter-gcc": null, + "-----------------------------------------": null, + "execPath": "/usr/bin/gcc", + "gccDefaultCppFlags": "-c -Wall -std=c99 -o /dev/null", + "gccIncludePaths": "./inc", + "gccSuppressWarnings": false +}