Просмотр исходного кода

Add a commented option in the Makefile

Loïc Hoguin 5 лет назад
Родитель
Сommit
3fb55f076f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Makefile

+ 1 - 1
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.