summaryrefslogtreecommitdiff
path: root/packaging/standalone
diff options
context:
space:
mode:
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 \