Skip to content

Commit

Permalink
do not build DBG build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maage committed Sep 21, 2015
1 parent 1d3f9f7 commit 25c5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/linux/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ endif
# config for STA mode

ifeq ($(RT28xx_MODE),STA)
WFLAGS += -DCONFIG_STA_SUPPORT -DSCAN_SUPPORT -DDBG
WFLAGS += -DCONFIG_STA_SUPPORT -DSCAN_SUPPORT

ifeq ($(HAS_HDR_TRANS_SUPPORT),y)
WFLAGS += -DHDR_TRANS_TX_SUPPORT
Expand Down

0 comments on commit 25c5d66

Please sign in to comment.