diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-06-28 15:26:41 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-06-28 16:02:00 +0200 |
| commit | fa20bbcc482e3bd09678351191ee9a296113b3dc (patch) | |
| tree | 48f231deb1eb3d8a1396cf12c21821942b464382 /packaging/standalone | |
| parent | d27a16388d28e753120f30b047ab64077abb9f88 (diff) | |
| download | rabbitmq-server-git-fa20bbcc482e3bd09678351191ee9a296113b3dc.tar.gz | |
Use the new -spec format
The old format is removed in Erlang 19.0, leading to build errors.
Also, get rid of the `use_specs` macro and thus always define -spec() &
friends.
While here, unnify the style of -type and -spec.
References #860.
[#118562897]
[#122335241]
Diffstat (limited to 'packaging/standalone')
| -rw-r--r-- | packaging/standalone/Makefile | 2 |
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 \ |
