diff options
author | Loïc Hoguin <[email protected]> | 2015-08-26 20:00:37 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-08-26 20:00:37 +0200 |
commit | d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb (patch) | |
tree | c541b8867ad9c221e69f21f9a2fec9c94fe8a4aa /Makefile | |
parent | d7b72134d4013909a5fc0d45382e17bb2ee73d99 (diff) | |
download | cowlib-d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb.tar.gz cowlib-d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb.tar.bz2 cowlib-d0cd6dcb338425a24f85f37ab1ba6d9aeaca89bb.zip |
Don't check for race conditions with Dialyzer
All the code in this project is sequential.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PROJECT_VERSION = 1.3.0 #ERLC_OPTS += +bin_opt_info OTP_DEPS = crypto +DIALYZER_OPTS = -Werror_handling -Wunmatched_returns CI_OTP = OTP-18.0.3 TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' |