From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How to make 'load' fast in window? Date: Wed, 15 Jun 2016 20:23:32 +0300 Message-ID: <83twgucqnf.fsf@gnu.org> References: <69267f1.4532.15547978bb7.Coremail.tumashu@163.com> <65b7225c.5e6c.1554cf0f4a4.Coremail.tumashu@163.com> <83wplreske.fsf@gnu.org> <16b0e6e3.3bf4.15551f49e0b.Coremail.tumashu@163.com> <83a8imecgu.fsf@gnu.org> <83wplqcvej.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1466011432 19536 80.91.229.3 (15 Jun 2016 17:23:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2016 17:23:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 19:23:44 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bDEXX-00035g-Rt for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 19:23:44 +0200 Original-Received: from localhost ([::1]:43833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDEXX-0002bf-3H for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 13:23:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDEWY-0002Z0-9o for emacs-devel@gnu.org; Wed, 15 Jun 2016 13:22:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDEWU-0005xI-3p for emacs-devel@gnu.org; Wed, 15 Jun 2016 13:22:41 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDEWU-0005x8-1n; Wed, 15 Jun 2016 13:22:38 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2104 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bDEWR-0005WK-UL; Wed, 15 Jun 2016 13:22:36 -0400 In-reply-to: (message from Fabrice Popineau on Wed, 15 Jun 2016 17:49:31 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204403 Archived-At: > From: Fabrice Popineau > Date: Wed, 15 Jun 2016 17:49:31 +0200 > Cc: Emacs developers > > M-: system-configuration-options RET > > Same result: > > system-configuration-options is a variable defined in `C source code'. > Its value is "--prefix=/c/usr --host=i686-pc-mingw32" Which means the build used the default compiler switches.