aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Leise <Marco.Leise@gmx.de>2013-11-18 17:18:45 +0100
committerMarco Leise <Marco.Leise@gmx.de>2013-11-18 17:18:45 +0100
commitb6965a6d9f833ce6dc457d2952a7364596d3917f (patch)
treec57fe0b006868256b3797de332ec8dc0542506e0 /README.md
parentUpdate README.md (diff)
downloaddlang-b6965a6d9f833ce6dc457d2952a7364596d3917f.tar.gz
dlang-b6965a6d9f833ce6dc457d2952a7364596d3917f.tar.bz2
dlang-b6965a6d9f833ce6dc457d2952a7364596d3917f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index abf0b23..7f1cc28 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ common command-line syntax between D compilers they are split up into DMDFLAGS,
GDCFLAGS and LDCFLAGS in `make.conf`. An example configuration could be:
```sh
DMDFLAGS="-O"
-GDCFLAGS="-march=native -O3 -pipe -fno-bounds-check"
-LDCFLAGS="-O4 -release -singleobj -disable-boundscheck"
+GDCFLAGS="-march=native -O3 -pipe -frelease"
+LDCFLAGS="-O4 -release"
```
You may experiment with `-ffunction-sections`, `-fdata-sections` and the
corresponding linker flag `--gc-sections`, but this caused broken exception