Skip to content

Commit

Permalink
Added basic syntastic configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchsto committed Oct 3, 2016
1 parent 8ffbb18 commit 49e5076
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .syntastic_c
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-I./dart-impl/base/include
-I./dart-impl/mpi/include
-I./dart-impl/shmem/include
-I./dart-if/v3.2/include
-I/opt/openmpi-1.8/include
-std=c99
-Wall
-Wextra
-pedantic
-Wno-unused-function

14 changes: 14 additions & 0 deletions .syntastic_cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
-I./dash/include
-I./dart-impl/mpi/include
-I./dart-impl/base/include
-I./dart-if/v3.2/include
-I/opt/openmpi-1.8/include
-I/home/fuchst/opt/gtest/include
-std=c++11
-Wall
-Wextra
-pedantic
-Wno-unused-function
-Wno-unused-variable
-Wno-missing-braces

0 comments on commit 49e5076

Please sign in to comment.