AM
Size: a a a
AM
AM
S
wget https://download.tarantool.org/tarantool/release/2.4/gpgkey && mv gpgkey /etc/apt/trusted.gpg.d/
cd /etc/apt/trusted.gpg.d
gpg --dearmor gpgkey
mv gpgkey.gpg tarantool.gpg
deb https://download.tarantool.org/tarantool/release/2.4/debian/ buster main
deb-src https://download.tarantool.org/tarantool/release/2.4/debian/ buster main
KY
S
A
AB
AB
HS
$ CFLAGS="-march=armv7-a" cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo && make -j
<snipped>
$ ./src/tarantool -v
Tarantool 1.10.8-1-ge69e13015
Target: Linux-armv7l-RelWithDebInfo
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_BACKTRACE=OFF
Compiler: /usr/bin/cc /usr/bin/c++
C_FLAGS:-march=armv7-a -fexceptions -funwind-tables -fno-common -fopenmp -std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression -fno-gnu89-inline -Wno-cast-function-type
CXX_FLAGS: -fexceptions -funwind-tables -fno-common -fopenmp -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof -Wno-gnu-alignof-expression -Wno-cast-function-type
DS
S
S
HS