How to add -std=c++17 to my mingw32-make?

1.1k Views Asked by At

I have started to use Emacs for c++ programming. For the compiler, I downloaded TDM-GCC-64. But when I type M-x compile it would ask for make -k and after that it would throw an error of not recognizing make. So I then downloaded mingw32-make. And everything worked but I want to use C++17 and it does not support that, so I read about editing makefile but I couldn't find one: the only thing there is is make.exe. What should I do now?

0

There are 0 best solutions below