-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildinfo.txt
50 lines (44 loc) · 1.74 KB
/
buildinfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[root@centos6 build]# cmake .. -DWAMR_DISABLE_HW_BOUND_CHECK=1 -DWAMR_BUILD_REF_TYPES=1
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Build Configurations:
Build as target X86_64
CMAKE_BUILD_TYPE Release
WAMR Interpreter enabled
WAMR AOT enabled
WAMR JIT disabled
Libc builtin enabled
Libc WASI enabled
Fast interpreter enabled
Multiple modules disabled
Hardware boundary check disabled
SIMD enabled
Reference types enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/src/wasm-micro-runtime/product-mini/platforms/linux/build
[root@centos6 build]# cmake .. -DWAMR_DISABLE_HW_BOUND_CHECK=1 -DWAMR_BUILD_REF_TYPES=1
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Build Configurations:
Build as target X86_64
CMAKE_BUILD_TYPE Release
WAMR Interpreter enabled
WAMR AOT enabled
WAMR JIT disabled
Libc builtin enabled
Libc WASI enabled
Fast interpreter enabled
Multiple modules disabled
Hardware boundary check disabled
SIMD enabled
Reference types enabled
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/src/wasm-micro-runtime/product-mini/platforms/linux/build