Skip to content

Commit

Permalink
py.mk: update warning flags needed for ulab
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Apr 14, 2020
1 parent cc21bed commit ac08e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/py.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ulab.c \
vectorise.c \
)
CFLAGS_MOD += -DCIRCUITPY_ULAB=1 -DMODULE_ULAB_ENABLED=1
$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-sign-compare -Wno-missing-prototypes -Wno-unused-parameter -Wno-missing-declarations -Wno-error -Wno-shadow -Wno-maybe-uninitialized -DCIRCUITPY
$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-float-equal -DCIRCUITPY
endif

# External modules written in C.
Expand Down

0 comments on commit ac08e89

Please sign in to comment.