aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskybber <lada.dvorak7@gmail.com>2018-11-04 20:33:52 +0100
committerskybber <lada.dvorak7@gmail.com>2018-11-04 20:33:52 +0100
commit4e59b288bb2dfe002fca635bbf1fbdbe08c5e319 (patch)
tree11bcec1ab8155fe86bbca23461b1a5057ac93baf
parent3cda1cbda58497e7336dfadc656767f5af6dc6e9 (diff)
downloaddcevm-4e59b288bb2dfe002fca635bbf1fbdbe08c5e319.tar.gz
dcevm-4e59b288bb2dfe002fca635bbf1fbdbe08c5e319.zip
Add linux/gcc8 instruction to README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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).