We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a356d49 commit 68404b6Copy full SHA for 68404b6
1 file changed
makefile
@@ -266,6 +266,7 @@ wasm-node: clean
266
-I $(SRC_PATH) \
267
-I $(SRC_PATH)/3rdParty/lua \
268
-std=c++17 \
269
+ -DYUE_UTF8_IMPL \
270
--bind \
271
-fexceptions \
272
-Wno-deprecated-declarations \
@@ -306,6 +307,7 @@ wasm-node: clean
306
307
308
309
310
311
312
313
@@ -350,6 +352,7 @@ wasm: clean
350
352
351
353
354
355
356
357
358
-Wno-deprecated-declarations
0 commit comments