diff options
author | stephan <stephan@noemail.net> | 2024-10-18 16:50:29 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-10-18 16:50:29 +0000 |
commit | d11a3fd9160850a77a78611214f1060668397149 (patch) | |
tree | 3da6426107a1ec8bd4aa1281abf56297ef24fbc1 /ext | |
parent | 90675da34ab78016ab241a4e90951a2de85ee7a2 (diff) | |
download | sqlite-d11a3fd9160850a77a78611214f1060668397149.tar.gz sqlite-d11a3fd9160850a77a78611214f1060668397149.zip |
Remove the unused dbfuzz2-asan/msan makefile targets. Fix a comment typo in a makefile.
FossilOrigin-Name: 07843ac245661e8b8e086ad9d36c60bacf11784e9c56482593691fb97732f04f
Diffstat (limited to 'ext')
-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 12eb9d8bf..918f52655 100644 --- a/ext/wasm/GNUmakefile +++ b/ext/wasm/GNUmakefile @@ -1106,7 +1106,7 @@ emcc-opt-extra := # doubles the build time and seems to have negligible, if any, effect # on higher optimization levels. # -# -flto does ont shrink the size of bare-bones builds by any measurable +# -flto does not shrink the size of bare-bones builds by any measurable # amount. #endif o0: clean |