mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 21:26:21 +00:00
Disable WASM_ENABLE_SHARED_MEMORY_MMAP by default (#3042)
Fix compilation warning.
This commit is contained in:
parent
dcaaed0160
commit
64e82ca102
|
@ -502,4 +502,9 @@
|
||||||
#define WASM_ENABLE_QUICK_AOT_ENTRY 1
|
#define WASM_ENABLE_QUICK_AOT_ENTRY 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Disable mmap based shared memory by default */
|
||||||
|
#ifndef WASM_ENABLE_SHARED_MEMORY_MMAP
|
||||||
|
#define WASM_ENABLE_SHARED_MEMORY_MMAP 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* end of _CONFIG_H_ */
|
#endif /* end of _CONFIG_H_ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user