summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/TARGETS.nowerror
diff options
context:
space:
mode:
Diffstat (limited to 'etc/defaults/CC/TARGETS.nowerror')
-rw-r--r--etc/defaults/CC/TARGETS.nowerror12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.nowerror b/etc/defaults/CC/TARGETS.nowerror
new file mode 100644
index 00000000..ecc58daf
--- /dev/null
+++ b/etc/defaults/CC/TARGETS.nowerror
@@ -0,0 +1,12 @@
+{ "defaults":
+ { "type": ["CC", "defaults"]
+ , "CC": ["clang"]
+ , "CXX": ["clang++"]
+ , "CFLAGS": []
+ , "CXXFLAGS":
+ [ "-std=c++20"
+ ]
+ , "AR": ["ar"]
+ , "PATH": ["/bin", "/sbin", "/usr/bin", "/usr/sbin"]
+ }
+}