From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MPS: Win64 testers? Date: Fri, 23 Aug 2024 08:32:29 +0300 Message-ID: <86ttfbrehe.fsf@gnu.org> References: <87bk1k8mzd.fsf@protonmail.com> <861q2gs8xu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33000"; mail-complaints-to="usenet@ciao.gmane.io" Cc: pipcet@protonmail.com, sebastian@sebasmonia.com, emacs-devel@gnu.org, yantar92@posteo.net To: Quang Kien Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 23 07:32:47 2024 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 1shMuk-0008RD-JS for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Aug 2024 07:32:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1shMuY-0003PP-OL; Fri, 23 Aug 2024 01:32:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1shMuX-0003PF-8G for emacs-devel@gnu.org; Fri, 23 Aug 2024 01:32:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1shMuW-0005RV-Rj; Fri, 23 Aug 2024 01:32:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=D//saOAFrLmeSln877361DmmON2LyaQy5i5QccBbJ9w=; b=AyyiR2rpcsIS o8tWAbb6rUwPe7afe13h/VaJsA21Ij/7NC2WA4Med/WRW3sQcr/4q9HJkXZ86XqCH4DdcfPL/ahcQ 44ih/Pjqkxa6XoqaKt9PZIGTHc+4N8+o1918KQbvX7mNQUwZ4t5GyetV3GmYVBdWwknmU+9dTotql Pr2DlbnR3v4YNV5HCXZQLyBGnmDFniZ5ucsrWCPmgQeSs5goE5FbycudI8fSmyOzkkZctQbQs40e0 cvdvVHP40Cw9/u/yZpByUD7M85cwH6AezbsBFYLt1/JCWxwI/4OEp/+RkgR2wB1Ns/nq3EyXRbj7Y tEeGp7PDP8oztvURisN1vQ==; In-Reply-To: (message from Quang Kien Nguyen on Thu, 22 Aug 2024 12:12:18 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323066 Archived-At: > From: Quang Kien Nguyen > Date: Thu, 22 Aug 2024 12:12:18 -0700 > Cc: Pip Cet , sebastian@sebasmonia.com, emacs-devel@gnu.org, > yantar92@posteo.net > > The value of system-configuration-options is > "--prefix=/d/a/emacs-build/emacs-build/pkg/4794ea5-ucrt-x86_64 > 'CFLAGS=-O2 -fno-semantic-interposition -floop-parallelize-all > -ftree-parallelize-loops=4' --without-tiff --without-cairo --with-zlib > --with-xpm --with-xml2 --with-tree-sitter --with-rsvg --with-png > --with-native-compilation --with-mps --with-lcms2 --with-json > --with-jpeg --with-harfbuzz --with-gnutls --with-gif > --disable-build-details --without-dbus --with-compress-install > --with-small-ja-dic" Now I understand: the -g3 option is missing. In addition, builds of development versions should not use --disable-build-details, it omits several details that are very useful for debugging problems.