]> git.proxmox.com Git - wasi-libc.git/blobdiff - Makefile
Remove -fno-builtin. (#104)
[wasi-libc.git] / Makefile
index e0f25cb023517d9a3a51bed01ceed82b43ffc299..f83f795a02095dff9407fe572759b31424865507 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -188,8 +188,6 @@ SYSROOT_SHARE = $(SYSROOT)/share/$(MULTIARCH_TRIPLE)
 
 # Set the target.
 override WASM_CFLAGS += --target=$(TARGET_TRIPLE)
-# We're compiling libc.
-override WASM_CFLAGS += -fno-builtin
 # WebAssembly floating-point match doesn't trap.
 # TODO: Add -fno-signaling-nans when the compiler supports it.
 override WASM_CFLAGS += -fno-trapping-math