From 4e59b288bb2dfe002fca635bbf1fbdbe08c5e319 Mon Sep 17 00:00:00 2001 From: skybber Date: Sun, 4 Nov 2018 20:33:52 +0100 Subject: [PATCH] Add linux/gcc8 instruction to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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). -- 2.39.5