diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-28 17:20:56 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-28 17:20:56 +0100 |
commit | dd358ac5cdfc2b449dcbe94a33a06a7540d8f966 (patch) | |
tree | 082090362ccab2717a951b33acb94f1526cde2af /webassembly/Makefile | |
parent | 4247b81e7756ce1ff01e097e634a9dcbc0912787 (diff) |
Update build environment
Diffstat (limited to 'webassembly/Makefile')
-rw-r--r-- | webassembly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webassembly/Makefile b/webassembly/Makefile index eeaa357..e2898e4 100644 --- a/webassembly/Makefile +++ b/webassembly/Makefile @@ -5,7 +5,7 @@ OBJS=diff.o CXX=em++ -CXXFLAGS=-I/usr/include +CXXFLAGS=-I/usr/include -std=c++20 LDFLAGS=-s WASM=1 -s LINKABLE=1 -s EXPORT_ALL=1 default: $(TARGET) |