aboutsummaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
new file mode 100644
index 0000000..da9fe01
--- /dev/null
+++ b/.ycm_extra_conf.py
@@ -0,0 +1,9 @@
+def Settings( **kwargs ):
+ return {
+ 'flags': [
+ '-Wall', '-Wextra', '-Werror',
+ '-Isrc', '-Itest',
+ '-std=c++20',
+ '-Wno-unused-function',
+ ],
+ }