diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-09-30 14:37:21 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-09-30 14:37:21 +0100 |
| commit | e6cfdebe34120a934b284ddba47db7e53c48a4fa (patch) | |
| tree | 706009f82b2fb2de3af3652ae864fffc51137f71 /Makefile | |
| parent | b51b34d83dcd19d2c5ab9c007309db703354d5a6 (diff) | |
| parent | 0271621ac9c395b6514eabbc817e13aeb04ba127 (diff) | |
| download | rabbitmq-server-git-e6cfdebe34120a934b284ddba47db7e53c48a4fa.tar.gz | |
merging in from default
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ RABBIT_PLT=rabbit.plt ifndef USE_SPECS # our type specs rely on features / bug fixes in dialyzer that are -# only available in R13B upwards (R13B is eshell 5.7.1) +# only available in R13B01 upwards (R13B01 is eshell 5.7.2) # # 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.0" ]; then echo "true"; else echo "false"; fi) +USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.1" ]; then echo "true"; else echo "false"; fi) endif #other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests |
