summaryrefslogtreecommitdiff
path: root/packaging/standalone
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2016-06-29 00:10:28 +0300
committerGitHub <noreply@github.com>2016-06-29 00:10:28 +0300
commit0923c9676fa7a1e5a839551ed6a11bb8192ff2c6 (patch)
treea980373888ff8dd63973e224d74e7ae45ae2aae1 /packaging/standalone
parentf7c54b9a7caaa9c3655fe8cfeccec8deaa28ca5c (diff)
parent35d9cf6f67040aa53f0627734aa462fb92b8ed14 (diff)
downloadrabbitmq-server-git-0923c9676fa7a1e5a839551ed6a11bb8192ff2c6.tar.gz
Merge pull request #861 from rabbitmq/rabbitmq-server-860
Compile on OTP 19.0
Diffstat (limited to 'packaging/standalone')
-rw-r--r--packaging/standalone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/standalone/Makefile b/packaging/standalone/Makefile
index b86af40ca6..aa8660ce38 100644
--- a/packaging/standalone/Makefile
+++ b/packaging/standalone/Makefile
@@ -109,7 +109,7 @@ clean:
generate_release:
erlc \
-I $(TARGET_DIR)/include/ -o src -Wall \
- -v +debug_info -Duse_specs -Duse_proper_qc \
+ -v +debug_info -Duse_proper_qc \
-pa $(TARGET_DIR)/ebin/ src/rabbit_release.erl
ERL_LIBS="$(TARGET_DIR)/plugins:$$ERL_LIBS" \
erl \