commit c2be001a384536c90bb8ba5f8f7bb1d2a0afe267 parent 18445d661e14752d320f3afa16dcb6e880451439 Author: Yersa Nordman <finwo@pm.me> Date: Wed, 18 Aug 2021 18:09:53 +0200 Don't allow undefined symbol references in wasm32 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -11,7 +11,7 @@ INCLUDES+=-Iarch/$(TARGET)/include INCLUDES+=-Iinclude CFLAGS?= -CFLAGS+=-nostdinc -Wl,--allow-undefined +CFLAGS+=-nostdinc libmatter.a: $(OBJ) rm -f $@