-
Notifications
You must be signed in to change notification settings - Fork 122
Building with gcc
Brecht Devos edited this page Oct 26, 2020
·
1 revision
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
Loopring Foundation
nothing here