[common-switches] add missing switches (#3208)

This commit is contained in:
Łukasz Duda
2018-10-25 12:57:55 -07:00
committed by Jonathan Hui
parent 9e1fa5957c
commit fe2a4974a6
+12
View File
@@ -55,6 +55,18 @@ ifeq ($(COVERAGE),1)
configure_OPTIONS += --enable-coverage
endif
ifeq ($(CHANNEL_MANAGER),1)
configure_OPTIONS += --enable-channel-manager
endif
ifeq ($(CHANNEL_MONITOR),1)
configure_OPTIONS += --enable-channel-monitor
endif
ifeq ($(CHILD_SUPERVISION),1)
configure_OPTIONS += --enable-child-supervision
endif
ifeq ($(DEBUG),1)
configure_OPTIONS += --enable-debug --enable-optimization=no
endif