I followed your advice but nothing happens. I've tried different entries and once even provided wrong path, every time the compilation is successfull , but without using my portable compilers, just like all the time it used default compiler. I even removed cpp from command as to prevent default c++ compiler but then compilation fails.
sebastian@linux-98w3:~> nim --gcc.cpp:~/compilers/bin/x86_64-anywhere-linux-gnu-g++ ./jsparser.nim Hint: used config file '/home/sebastian/nim/config/nim.cfg' [Conf] Hint: used config file '/home/sebastian/nim/config/config.nims' [Conf] Error: invalid command: ./jsparser.nim I tried also to skip cfg but result was the same. Cleaning cache folder also didn't help. What Am I doing wrong?
