diff options
author | ncshaw <ncshaw@ibm.com> | 2021-12-17 13:39:26 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2021-12-17 15:49:32 -0500 |
commit | 186818c9f69b08508fdcc9bc42b38108e7508c78 (patch) | |
tree | 717621a9db403cfab96e6a869876cf00c1f97353 /Makefile | |
parent | 7487606e1f0eb6a12649479cfb2ccb7bcdbcc6fe (diff) | |
download | couchdb-186818c9f69b08508fdcc9bc42b38108e7508c78.tar.gz |
Remove ERL_OPTS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ help: .PHONY: couch -# target: couch - Build CouchDB core, use ERL_OPTS to provide custom compiler's options +# target: couch - Build CouchDB core, use ERL_COMPILER_OPTIONS to provide custom compiler's options couch: config.erl @COUCHDB_VERSION=$(COUCHDB_VERSION) COUCHDB_GIT_SHA=$(COUCHDB_GIT_SHA) $(REBAR) compile $(COMPILE_OPTS) @cp src/couch/priv/couchjs bin/ |