Relevant lines from build log:
---
libtool: compile: g++ -std=gnu++14 -DHAVE_CONFIG_H -I. -I../..
-Wreturn-type -ffast-math -O2 -g -pipe -Wformat -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4
-fasynchronous-unwind-tabl
On 13/05/2021 17:23, Barry Jackson wrote:
Not certain which build machine was used but one is Amazon Graviton 2
and the others are older Graviton.
It was the Graviton 2 on further investigation.
___
Linuxsampler-devel mailing list
Linuxsampler-de
On Donnerstag, 13. Mai 2021 18:23:49 CEST Barry Jackson wrote:
> Relevant lines from build log:
> ---
> libtool: compile: g++ -std=gnu++14 -DHAVE_CONFIG_H -I. -I../..
> -Wreturn-type -ffast-math -O2 -g -pipe -Wformat -Werror=format-security
> -Wp,-D_FORTIFY_SOURCE=2 -fs
On 13/05/2021 18:23, Christian Schoenebeck wrote:
Already filed:
https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=193
I think some people are using a std lib call to generate a time stamp instead,
which is not real-time safe though. A CPU/asm solution for generating the time
stamp would be