From: skybber Date: Sun, 4 Nov 2018 19:33:52 +0000 (+0100) Subject: Add linux/gcc8 instruction to README X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4e59b288bb2dfe002fca635bbf1fbdbe08c5e319;p=dcevm.git Add linux/gcc8 instruction to README --- diff --git a/README.md b/README.md index 4ed4d7f1..b2745841 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ export CXX=/usr/local/bin/g++-4.8 export SA_LDFLAGS=-fobjc-exceptions ``` +### Linux gcc8 specific prebuild steps + +```sh +export CFLAGS="-std=gnu++98 -pipe -Wno-stringop-overflow -Wno-deprecated-declarations -Wno-return-type" +``` + ### Compiling DCEVM * Configure version you want in [gradle.properties](gradle.properties).