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:
parent
43f1754f33
commit
3fb55f076f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue