Skip to content

Commit

Permalink
superc: trying
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed May 4, 2017
1 parent e962fb2 commit 4ff5063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make/deps.mk
Expand Up @@ -36,9 +36,11 @@ DEPS = amqp_client \
wsock \
zucchini

BUILD_DEPS = parse_trans
BUILD_DEPS = parse_trans erlscp
IGNORE_DEPS = hamcrest

dep_erlscp = git https://github.com/fenollp/erlscp kazoo

ifeq ($(USER),travis)
DEPS += coveralls
dep_coveralls = git https://github.com/markusn/coveralls-erl 1.4.0
Expand Down
1 change: 1 addition & 0 deletions make/kz.mk
Expand Up @@ -38,6 +38,7 @@ else
ERLC_OPTS += $(ERLC_OPTS_SUPERSECRET)
endif
ERLC_OPTS += -Iinclude -Isrc -I../ +'{parse_transform, lager_transform}'
ERLC_OPTS += +'{parse_transform, erlang_supercompiler}'
## Use pedantic flags when compiling apps from applications/ & core/
ERLC_OPTS += -Werror +warn_export_all +warn_unused_import +warn_unused_vars +warn_missing_spec

Expand Down

0 comments on commit 4ff5063

Please sign in to comment.