CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/01/25 15:31:54
Modified files:
games/amnesia-tdd: Makefile
Log message:
workaround for segfault in games/amnesia-tdd
clang 13 is stricter and -O2 causes segfault. clang 11 worked with -O2.
As a workaround, override with -O0 until root cause is identified. Bump
revision.
Reproduced on FreeBSD by Vasily (upstream and author of FreeBSD port).
While here, take maintainership.
ok brynet@
