Lines Matching refs:info
41 $(info WARNING: *******************************************************************)
42 $(info WARNING: builds using -O2/-O3/-Os/-Oz will minify WASM-exported names,)
43 $(info WARNING: breaking _All The Things_. The workaround for that is to build)
44 $(info WARNING: with -g3 (which explodes the file size) and then strip the debug)
45 $(info WARNING: info after compilation, using wasm-strip, to shrink the wasm file.)
46 $(info WARNING: wasm-strip was not found in the PATH so we cannot strip those.)
47 $(info WARNING: If this build uses any optimization level higher than -O1 then)
48 $(info WARNING: the ***resulting JS code WILL NOT BE USABLE***.)
49 $(info WARNING: wasm-strip is part of the wabt package:)
50 $(info WARNING: https://github.com/WebAssembly/wabt)
51 $(info WARNING: on Ubuntu-like systems it can be installed with:)
52 $(info WARNING: sudo apt install wabt)
53 $(info WARNING: *******************************************************************)
187 $(info Development build. Use '$(MAKE) release' for a smaller release build.)
190 bin.version-info := $(dir.wasm)/version-info
193 $(bin.version-info): $(dir.wasm)/version-info.c $(sqlite3.h) $(MAKEFILE)
195 DISTCLEAN_FILES += $(bin.version-info)
246 $(sqlite3-api-build-version.js): $(bin.version-info) $(MAKEFILE)
251 $(bin.version-info) --json; \
600 $(info This platform does not support the WASMFS build.)