Edit

IABSD.fr/xenocara/app/bitmap/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : miod
    Date : 2025-06-30 14:10:09
    Hash : 8e9c96fd
    Message : Apply a large hammer to reduce compiler optimization level on mips64 due to clang 19 segfaulting otherwise. This can surely be improved upon, but the immediate goal is to unbreak builds.

  • app/bitmap/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.3 2025/06/30 14:10:09 miod Exp $
    
    .if ${MACHINE_CPU} == "mips64"
    CFLAGS+=	-O0
    CONFIGURE_ARGS+= --cache-file=/dev/null
    .endif
    
    .include <bsd.xorg.mk>