bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61125: 30.0.50; debug build fails


From: Mark A. Hershberger
Subject: bug#61125: 30.0.50; debug build fails
Date: Sat, 28 Jan 2023 12:58:55 -0800 (PST)

Relevant bits from my script are below.

buildIt() {
        banner buildIt
        FLAGS=$1

        ./autogen.sh
        ./configure                                             \
                --with-gif=ifavailable                          \
                --with-tree-sitter=ifavailable                  \
                --with-cairo                                    \
                --with-imagemagick                              \
                --with-json                                     \
                --with-native-compilation                       \
                --with-xinput2                                  \
                --with-xwidgets                                 \
                --with-x-toolkit=gtk3                           \
                --with-gconf                                    \
                --with-xwidgets                                 \
                --with-imagemagick                              \
                --with-modules                                  \
                $FLAGS
        make -j6
}

flags="--enable-checking=yes,glyphs --enable-check-lisp-object-type"
CFLAGS="-O0 -g3" buildIt "$flags"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]