mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
64daca9f79
wasm-ld: error: /home/wolf/.emscripten_cache/sysroot/lib/wasm32-emscripten/lto/libc-mt.a(ntohs.o): attempt to add bitcode file after LTO. wasm-ld: error: /home/wolf/.emscripten_cache/sysroot/lib/wasm32-emscripten/lto/libc-mt.a(htonl.o): attempt to add bitcode file after LTO.
8 lines
132 B
Makefile
8 lines
132 B
Makefile
CFLAGS := -Os
|
|
DEFINES := -DNDEBUG
|
|
BUILD := release
|
|
LIBS := -sASSERTIONS=0
|
|
|
|
include ../../../common/unix-release.mk
|
|
include build.mk
|