I want to compile c++ 11 with atom script. It basically the same thing as “g++=/usr/bin/g++ -std=c++11”.
I tried to
- add -std=c++11 to profile
- add alias in bash
but don’t work out.
I want to compile c++ 11 with atom script. It basically the same thing as “g++=/usr/bin/g++ -std=c++11”.
I tried to
but don’t work out.
Have you opened an Issue on the script package repository? The Atom FAQ has information on how to contact the authors of any Atom community package or theme.