atom-community / atom-community/atom-script
How Can I Compile C++ 11 with Atom Script?
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
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
1. add -std=c++11 to profile
2. add alias in bash
but don't work out.
Contributor guide
Assessment
This issue has not been assessed yet.