From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Sun, 26 Apr 2020 14:43:32 -0400 Message-ID: References: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> <555a247d-b62d-d59d-1d92-a8696c04a33c@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="100212"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Yuuki Harano , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 26 20:44:09 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jSmG9-000Pyz-3Z for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Apr 2020 20:44:09 +0200 Original-Received: from localhost ([::1]:42490 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSmG8-00067P-3p for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Apr 2020 14:44:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39776) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSmFd-0005XE-0b for emacs-devel@gnu.org; Sun, 26 Apr 2020 14:43:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSmFc-0004tC-J2 for emacs-devel@gnu.org; Sun, 26 Apr 2020 14:43:36 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:34483) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSmFc-0004st-70 for emacs-devel@gnu.org; Sun, 26 Apr 2020 14:43:36 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 75BF74505DF; Sun, 26 Apr 2020 14:43:35 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 4853D4502A5; Sun, 26 Apr 2020 14:43:34 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1587926614; bh=LEaLe/jym0ALHNl9PvdRAwBxYp/ZuBQyWwqJvLVgDVs=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=cCxTCOGSdMJoWWE0XuNNyZiVrY3VW/RBqrxQ39dXHhtVO85N6ZYjTa6myUAjW4INl xuTnRSKpjexFbspfep7zW78lIWTijlHtcA/2AnJVQNimU+nfCc6RRg2MUirDGDFhTI fUxQ0ddibGNFVz1fo9ck0hblI33Uktc0EFEcEMJnSow9k44/xvhqUqBr+K2yjZVSpb 0+J3rvRv4ioIUy1aXE52XJavkbDORLldrgmGvSAaIClX/JE00v++PjK7GO9xD1kdnu qSVTaYCTjsFwO15OjmnMEX0HfQbI8+tarBfw7ZuyUm2uG6z0v5JwMpk2gxlEhMKduV wPl1S424ZGDbQ== Original-Received: from alfajor (69-165-158-35.dsl.teksavvy.com [69.165.158.35]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D18C012083D; Sun, 26 Apr 2020 14:43:33 -0400 (EDT) In-Reply-To: <555a247d-b62d-d59d-1d92-a8696c04a33c@gmx.at> (martin rudalics's message of "Sun, 26 Apr 2020 20:00:23 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/26 14:36:29 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247859 Archived-At: martin rudalics [2020-04-26 20:00:23] wrote: > CFLAGS='-O0 -g3 -no-pie' ../configure --without-x --with-cairo > --with-modules --with-gif=ifavailable --with-tiff=ifavailable > --with-gnutls=no --without-pop --enable-gcc-warnings=warn-only > --enable-checking=yes --enable-check-lisp-object-type=yes During development, `--enable-checking=yes --enable-check-lisp-object-type=yes` are really your friends, indeed. I strongly recommend people enable those flags as often as possible. Stefan