diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-11-23 15:17:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 15:17:46 -0800 |
| commit | f8dcb2517068499902135f19a818e08c3044a94d (patch) | |
| tree | e4e2a65b33848d849905726c4f46347c31432ad8 /py | |
| parent | 491e3147994cfc92105b0b77b601d7a26734805b (diff) | |
| parent | 70e978f48b587620bb1407d9717f0a8fc3d4cf26 (diff) | |
Merge pull request #3694 from jepler/update-ulab2
ulab: Update to release tag 1.1.0
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ ifeq ($(CIRCUITPY_ULAB),1) SRC_MOD += $(patsubst $(TOP)/%,%,$(wildcard $(TOP)/extmod/ulab/code/*.c)) SRC_MOD += $(patsubst $(TOP)/%,%,$(wildcard $(TOP)/extmod/ulab/code/*/*.c)) CFLAGS_MOD += -DCIRCUITPY_ULAB=1 -DMODULE_ULAB_ENABLED=1 -$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-float-equal -Wno-sign-compare -DCIRCUITPY +$(BUILD)/extmod/ulab/code/%.o: CFLAGS += -Wno-missing-declarations -Wno-missing-prototypes -Wno-unused-parameter -Wno-float-equal -Wno-sign-compare -Wno-cast-align -Wno-shadow -DCIRCUITPY endif # External modules written in C. |
