aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/c3
-rw-r--r--config/f902
-rw-r--r--config/rs2
3 files changed, 7 insertions, 0 deletions
diff --git a/config/c b/config/c
new file mode 100644
index 0000000..4981b37
--- /dev/null
+++ b/config/c
@@ -0,0 +1,3 @@
+compiler=gcc
+args=-fsanitize=undefined,address
+fileext=c
diff --git a/config/f90 b/config/f90
new file mode 100644
index 0000000..b6350ba
--- /dev/null
+++ b/config/f90
@@ -0,0 +1,2 @@
+compiler=gfortran
+fileext=f90
diff --git a/config/rs b/config/rs
new file mode 100644
index 0000000..3a34b4d
--- /dev/null
+++ b/config/rs
@@ -0,0 +1,2 @@
+compiler=rustc
+fileext=rs