Skip to content

Commit

Permalink
Update compiler info in the version output (#3277)
Browse files Browse the repository at this point in the history
Resolves #3210
  • Loading branch information
p7nov authored Dec 26, 2022
1 parent deeb517 commit f4c710a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion doc/reference/configuration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Command options
.. code-block:: console
$ ./tarantool --version
Tarantool 2.6.2-0-g34d504d
Tarantool 2.10.4-0-g816000e
Target: Darwin-x86_64-Release
...
Expand Down
25 changes: 12 additions & 13 deletions doc/reference/reference_lua/tarantool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,20 @@ the tarantool module is recommended.
...
tarantool> tarantool
---
- version: 2.4.0-35-g57f6fc932
- version: 2.10.4-0-g816000e
build:
target: Linux-x86_64-RelWithDebInfo
options: cmake . -DCMAKE_INSTALL_PREFIX=/opt/tarantool-install
-DENABLE_BACKTRACE=ON
mod_format: so
flags: ' -fexceptions -funwind-tables -fno-omit-frame-pointer
-fno-stack-protector
-fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra
-Wno-strict-aliasing -Wno-char-subscripts
-Wno-format-truncation -fno-gnu89-inline -Wno-cast-function-type'
compiler: /usr/bin/cc /usr/bin/c++
pid: 'function: 0x40016cd0'
target: Darwin-x86_64-Release
options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/tarantool/2.10.4 -DENABLE_BACKTRACE=ON
linking: dynamic
mod_format: dylib
flags: ' -fexceptions -funwind-tables -fno-common -fopenmp -msse2 -Wformat -Wformat-security
-Werror=format-security -fstack-protector-strong -fPIC -fmacro-prefix-map=/tmp/tarantool-20221113-6655-1clb1lj/tarantool-2.10.4=.
-std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation
-Wno-gnu-alignof-expression -Wno-cast-function-type'
compiler: Clang-14.0.0.14000029
pid: 'function: 0x0102df34f8'
package: Tarantool
uptime: 'function: 0x40016cb0'
uptime: 'function: 0x0102df34c0'
...
tarantool> tarantool.pid()
---
Expand Down

0 comments on commit f4c710a

Please sign in to comment.