blob: c735a37e27f99dfbce3cbdf77f99bdc3eefa8a69 (
plain)
1
2
3
4
|
((c-mode . ((mode . c++)))
(c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"))
(flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))
(flycheck-gcc-language-standard . "c++17"))))
|