aboutsummaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
blob: da9fe010c2a2e9cf50c5515f3935119e7755c980 (plain)
1
2
3
4
5
6
7
8
9
def Settings( **kwargs ):
	return {
		'flags': [
			'-Wall', '-Wextra', '-Werror',
			'-Isrc', '-Itest',
			'-std=c++20',
			'-Wno-unused-function',
		],
	}