~janisozaur/openloco/+git/debian:sentry

Last commit made on 2021-06-19
Get this branch:
git clone -b sentry https://git.launchpad.net/~janisozaur/openloco/+git/debian

Branch merges

Branch information

Name:
sentry
Repository:
lp:~janisozaur/openloco/+git/debian

Recent commits

df678df... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Use checkout v2

c203aa8... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Add some more sentry testing

364d57a... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Add -static-libstdc++ switch

d210d2e... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Update sentry submodule

503f17c... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Checkout recursively

cf84851... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Compile OpenLoco with sentry

e72a5dc... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Fix OpenLoco compilation with sentry

5e36f0a... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Add sentry-native to compilation

f12441b... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Add sentry-native submodule

6f185bb... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Disable arg alignment on platforms without SSE2 on by default

This is to overcome a bug in GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90333
which means we cannot force argument alignment. Luckily, the attribute
is only required on machines with SSE2 by default (where in particular
libx11 is compiled with SSE2) such as Arch. On the other hand, platforms
that target i386 *only*, such as Ubuntu, won't hit this (#986) and the
attribute is not necessary