aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 65d846be1e416cb39f56c293b817dfffd5d156ba (plain)
1
2
3
4
5
6
((nil . ((compile-command . "make -j -O -k ")))
 (c-mode . ((mode . c++)))
 (c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"
					    "C:/msys64/mingw64/include/libxml2"))
	      (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))
	      (flycheck-gcc-language-standard . "c++17"))))