diff options
Diffstat (limited to 'ext/wasm')
-rw-r--r-- | ext/wasm/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/GNUmakefile b/ext/wasm/GNUmakefile index 00f1ee50a..12eb9d8bf 100644 --- a/ext/wasm/GNUmakefile +++ b/ext/wasm/GNUmakefile @@ -227,7 +227,7 @@ ifeq (1,$(barebones)) else wasm-bare-bones := 0 endif -undefine barebones +# undefine barebones # relatively new gmake feature, not ubiquitous # Common options for building sqlite3-wasm.c and speedtest1.c. # Explicit ENABLEs... |