There was an error while loading. Please reload this page.
Setting things up:
sudo apt-get install software-properties-common sudo add-apt-repository ppa:jonathonf/gcc-9.0 sudo apt-get update sudo apt install gcc-9 g++-9
Before building to make sure gcc is used:
export CC=/usr/bin/gcc-9 export CXX=/usr/bin/g++-9
nothing here