aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-24 11:19:07 +0200
committerLoïc Hoguin <[email protected]>2014-11-24 11:19:07 +0200
commit4b2f8ba5561d34532b3a268d21b268e0a9717e0d (patch)
tree9977cd5d4f5cfaadab3e93d8ece1d90eac0d44a5 /README.md
parent2babb150053941bd44f32bd19655484e353738ed (diff)
parentedb63def754834c1e3654a8fd2681a7ec1f97a65 (diff)
downloaderlang.mk-4b2f8ba5561d34532b3a268d21b268e0a9717e0d.tar.gz
erlang.mk-4b2f8ba5561d34532b3a268d21b268e0a9717e0d.tar.bz2
erlang.mk-4b2f8ba5561d34532b3a268d21b268e0a9717e0d.zip
Merge branch 'C++_source' of git://github.com/nevar/erlang.mk
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 26ec407..4728008 100644
--- a/README.md
+++ b/README.md
@@ -278,9 +278,7 @@ You can override the temporary file containing information
about Erlang's environment by setting the `C_SRC_ENV` variable.
This file is automatically generated on first run.
-Finally you can add extra compiler options using the
-`C_SRC_OPTS` variable. You can also override the defaults
-`CC` and `CFLAGS` if required.
+You can also override the defaults `CC` and `CFLAGS` if required.
Common_test plugin
------------------