Absolutely! So if you're building with make you'd just have to do something like
```bash export CXX=g++ export CC=gcc ``` With cmake you could add this before generating your build files: "-DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=/usr/bin/gcc" [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12568 ] This message was relayed via gitbox.apache.org for [email protected]
