File tree 2 files changed +13
-14
lines changed
2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Command options
35
35
.. code-block :: console
36
36
37
37
$ ./tarantool --version
38
- Tarantool 2.6.2 -0-g34d504d
38
+ Tarantool 2.10.4 -0-g816000e
39
39
Target: Darwin-x86_64-Release
40
40
...
41
41
Original file line number Diff line number Diff line change @@ -26,21 +26,20 @@ the tarantool module is recommended.
26
26
...
27
27
tarantool> tarantool
28
28
---
29
- - version: 2.4.0-35-g57f6fc932
29
+ - version: 2.10.4-0-g816000e
30
30
build:
31
- target: Linux-x86_64-RelWithDebInfo
32
- options: cmake . -DCMAKE_INSTALL_PREFIX=/opt/tarantool-install
33
- -DENABLE_BACKTRACE=ON
34
- mod_format: so
35
- flags: ' -fexceptions -funwind-tables -fno-omit-frame-pointer
36
- -fno-stack-protector
37
- -fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra
38
- -Wno-strict-aliasing -Wno-char-subscripts
39
- -Wno-format-truncation -fno-gnu89-inline -Wno-cast-function-type'
40
- compiler: /usr/bin/cc /usr/bin/c++
41
- pid: 'function: 0x40016cd0'
31
+ target: Darwin-x86_64-Release
32
+ options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/tarantool/2.10.4 -DENABLE_BACKTRACE=ON
33
+ linking: dynamic
34
+ mod_format: dylib
35
+ flags: ' -fexceptions -funwind-tables -fno-common -fopenmp -msse2 -Wformat -Wformat-security
36
+ -Werror=format-security -fstack-protector-strong -fPIC -fmacro-prefix-map=/tmp/tarantool-20221113-6655-1clb1lj/tarantool-2.10.4=.
37
+ -std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation
38
+ -Wno-gnu-alignof-expression -Wno-cast-function-type'
39
+ compiler: Clang-14.0.0.14000029
40
+ pid: 'function: 0x0102df34f8'
42
41
package: Tarantool
43
- uptime: 'function: 0x40016cb0 '
42
+ uptime: 'function: 0x0102df34c0 '
44
43
...
45
44
tarantool> tarantool.pid()
46
45
---
You can’t perform that action at this time.
0 commit comments