diff options
author | skybber <lada.dvorak7@gmail.com> | 2018-11-04 20:33:52 +0100 |
---|---|---|
committer | skybber <lada.dvorak7@gmail.com> | 2018-11-04 20:33:52 +0100 |
commit | 4e59b288bb2dfe002fca635bbf1fbdbe08c5e319 (patch) | |
tree | 11bcec1ab8155fe86bbca23461b1a5057ac93baf | |
parent | 3cda1cbda58497e7336dfadc656767f5af6dc6e9 (diff) | |
download | dcevm-4e59b288bb2dfe002fca635bbf1fbdbe08c5e319.tar.gz dcevm-4e59b288bb2dfe002fca635bbf1fbdbe08c5e319.zip |
Add linux/gcc8 instruction to README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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). |