I am starting to use gwan a lot. I'd like to use cpp but im getting a g++ error on Amazon:
cc1plus: error: unrecognized command line option "-std=gnu++0x"
Is there any way of ignoring/skipping the directive on my side, or specifying the g++ command line in a 'config' file?
(I like your use of directory names instead of config. - a simple effective idea but what are my options here?)