emacs-diffs
[Top][All Lists]
Advanced

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

master f3960bf: Configure Emacs on emba with debug options


From: Michael Albinus
Subject: master f3960bf: Configure Emacs on emba with debug options
Date: Thu, 21 Oct 2021 14:05:00 -0400 (EDT)

branch: master
commit f3960bffd07332db4c728771ddb20e50f0c1436f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Configure Emacs on emba with debug options
    
    * test/infra/Dockerfile.emba (emacs-base): Install gdb.
    (emacs-inotify): Configure debug options.
---
 test/infra/Dockerfile.emba | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index c129bc8..a031fc1 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -29,7 +29,7 @@ FROM debian:stretch as emacs-base
 RUN apt-get update && \
     apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
       libc-dev gcc g++ make autoconf automake libncurses-dev gnutls-dev \
-      libdbus-1-dev libacl1-dev acl git texinfo \
+      libdbus-1-dev libacl1-dev acl git texinfo gdb \
     && rm -rf /var/lib/apt/lists/*
 
 FROM emacs-base as emacs-inotify
@@ -42,7 +42,8 @@ RUN apt-get update && \
 COPY . /checkout
 WORKDIR /checkout
 RUN ./autogen.sh autoconf
-RUN ./configure
+RUN ./configure --enable-checking='yes,glyphs' --enable-check-lisp-object-type 
\
+    CFLAGS='-O0 -g3'
 # 'make -j4 bootstrap' does not work reliably.
 RUN make bootstrap
 



reply via email to

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