0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Add a commented option in the Makefile

This commit is contained in:
Loïc Hoguin 2019-12-31 11:12:04 +01:00
parent 43f1754f33
commit 3fb55f076f
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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.