diff options
author | Loïc Hoguin <[email protected]> | 2019-12-31 11:12:04 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-12-31 11:12:04 +0100 |
commit | 3fb55f076f3a27c239ac47e21017c784e1710c9b (patch) | |
tree | 84eeed501c0900aea26bf353fd9c94a5cb188068 | |
parent | 43f1754f33d6609f55dc0140a3b7c0e1b465ab9e (diff) | |
download | cowboy-3fb55f076f3a27c239ac47e21017c784e1710c9b.tar.gz cowboy-3fb55f076f3a27c239ac47e21017c784e1710c9b.tar.bz2 cowboy-3fb55f076f3a27c239ac47e21017c784e1710c9b.zip |
Add a commented option in the Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ endif # Compile options. -ERLC_OPTS += +warn_missing_spec +warn_untyped_record +ERLC_OPTS += +warn_missing_spec +warn_untyped_record # +bin_opt_info TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' # Generate rebar.config on build. |