aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSlava Yurin <[email protected]>2014-11-20 18:01:36 +0600
committerSlava Yurin <[email protected]>2014-11-22 11:05:18 +0600
commitedb63def754834c1e3654a8fd2681a7ec1f97a65 (patch)
tree9977cd5d4f5cfaadab3e93d8ece1d90eac0d44a5 /README.md
parent73e4844066c7e898aefbf4eb697eccb26440f45e (diff)
downloaderlang.mk-edb63def754834c1e3654a8fd2681a7ec1f97a65.tar.gz
erlang.mk-edb63def754834c1e3654a8fd2681a7ec1f97a65.tar.bz2
erlang.mk-edb63def754834c1e3654a8fd2681a7ec1f97a65.zip
plugin/c_src: remove C_SRC_OPTS
We can just LDFLAGS += and whatnot.
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
------------------