Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikbras authored and jxyang committed Aug 3, 2021
1 parent 6a45097 commit fabcbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INCLUDES = -I$(INCDIR)
CFLAGS = $(OEHOST_CFLAGS)

ifdef MYST_RELEASE
CFLAGS += -O3
CFLAGS += $(OPTIMIZATION_CFLAGS)
endif

ifdef MYST_ENABLE_GCOV
Expand Down

0 comments on commit fabcbe9

Please sign in to comment.