Skip to content

Commit

Permalink
Bump lv_bindings for keyboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jul 1, 2022
1 parent c1e27cc commit ced6a51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/lv_bindings
4 changes: 2 additions & 2 deletions ports/javascript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ JSFLAGS ?= --source-map-base https://localhost:8000
CFLAGS += -std=gnu99 -Wall -Wno-error -Wdouble-promotion -Wfloat-conversion
CFLAGS += -DNDEBUG
ifneq ($(EM_DEBUG),)
CFLAGS += -g3 -O1
LDFLAGS += -g3
CFLAGS += -g3 -O0
LDFLAGS += -g3 -O0
else
CFLAGS += -O3
endif
Expand Down

0 comments on commit ced6a51

Please sign in to comment.