Skip to content

Commit

Permalink
minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
i-evi committed Oct 29, 2020
1 parent c408d25 commit 0ab7e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ ADDITIONAL += ecpufn
3RDSRC_CFG += cjson

ifneq ($(findstring MINI, $(BCTRL)),)
CC = gcc
CFLAG += -DAUTO_TSRMGR
CC = tcc # tiny C compiler
CFLAG = -DAUTO_TSRMGR
ADDITIONAL =
3RDSRC_CFG = parg cjson
endif
Expand Down

0 comments on commit 0ab7e70

Please sign in to comment.