aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-31 11:12:04 +0100
committerLoïc Hoguin <[email protected]>2019-12-31 11:12:04 +0100
commit3fb55f076f3a27c239ac47e21017c784e1710c9b (patch)
tree84eeed501c0900aea26bf353fd9c94a5cb188068 /Makefile
parent43f1754f33d6609f55dc0140a3b7c0e1b465ab9e (diff)
downloadcowboy-3fb55f076f3a27c239ac47e21017c784e1710c9b.tar.gz
cowboy-3fb55f076f3a27c239ac47e21017c784e1710c9b.tar.bz2
cowboy-3fb55f076f3a27c239ac47e21017c784e1710c9b.zip
Add a commented option in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd4ffa0..38a7c81 100644
--- a/Makefile
+++ b/Makefile
@@ -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.