Skip to content

Commit f4c710a

Browse files
authored
Update compiler info in the version output (#3277)
Resolves #3210
1 parent deeb517 commit f4c710a

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

doc/reference/configuration/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Command options
3535
.. code-block:: console
3636
3737
$ ./tarantool --version
38-
Tarantool 2.6.2-0-g34d504d
38+
Tarantool 2.10.4-0-g816000e
3939
Target: Darwin-x86_64-Release
4040
...
4141

doc/reference/reference_lua/tarantool.rst

+12-13
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,20 @@ the tarantool module is recommended.
2626
...
2727
tarantool> tarantool
2828
---
29-
- version: 2.4.0-35-g57f6fc932
29+
- version: 2.10.4-0-g816000e
3030
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'
4241
package: Tarantool
43-
uptime: 'function: 0x40016cb0'
42+
uptime: 'function: 0x0102df34c0'
4443
...
4544
tarantool> tarantool.pid()
4645
---

0 commit comments

Comments
 (0)