diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-21 19:10:41 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-21 19:10:41 +0100 |
| commit | 84ca7ad4736289a4a93af33378a05c19c775cfa7 (patch) | |
| tree | e6cae31d84a68a2d4aeb7699b4f2821b1aedfae5 /Makefile | |
| parent | 9fb229328b35ba8952e185865ce37f11cd826f4f (diff) | |
| parent | ddd7eb9d66921dcf99a793719799d22bf4bb9f5c (diff) | |
| download | rabbitmq-server-git-84ca7ad4736289a4a93af33378a05c19c775cfa7.tar.gz | |
Merged default into bug21387
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,10 +41,10 @@ RABBIT_PLT=rabbit.plt ifndef USE_SPECS # our type specs rely on features and bug fixes in dialyzer that are -# only available in R13B04 upwards (R13B04 is erts 5.7.5) +# only available in R14A upwards (R13B04 is erts 5.7.5) # # NB: the test assumes that version number will only contain single digits -USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.4" ]; then echo "true"; else echo "false"; fi) +USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.5" ]; then echo "true"; else echo "false"; fi) endif #other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests |
