From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Default compiler optimization level for building dev sources Date: Fri, 22 Apr 2016 16:17:48 +0200 Message-ID: <87lh45vib7.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461334708 15587 80.91.229.3 (22 Apr 2016 14:18:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2016 14:18:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 22 16:18:20 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 1atbuV-0005eJ-ID for ged-emacs-devel@m.gmane.org; Fri, 22 Apr 2016 16:18:19 +0200 Original-Received: from localhost ([::1]:33960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atbuU-0000j8-Vd for ged-emacs-devel@m.gmane.org; Fri, 22 Apr 2016 10:18:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atbuF-0000es-LS for emacs-devel@gnu.org; Fri, 22 Apr 2016 10:18:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atbuA-0002YA-2N for emacs-devel@gnu.org; Fri, 22 Apr 2016 10:18:03 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atbu9-0002Xp-HV for emacs-devel@gnu.org; Fri, 22 Apr 2016 10:17:58 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1atbu7-0005Nh-JT for emacs-devel@gnu.org; Fri, 22 Apr 2016 16:17:55 +0200 Original-Received: from 120.red-88-22-75.staticip.rima-tde.net ([88.22.75.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Apr 2016 16:17:55 +0200 Original-Received: from ofv by 120.red-88-22-75.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Apr 2016 16:17:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 120.red-88-22-75.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) Cancel-Lock: sha1:pgIwEZQC+xhYynUJWhqDn+Hx5uM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:203175 Archived-At: I'm using Emacs 25.0.92 on Windows and it seems remarkably slower than the previous binary. This one was built with a plain config && make while the previous one had CFLAGS set to -O3 and other extra optimization flags. Maybe the build does not turn on optimizations when it detects that the sources are on a repo. Sorry for asking here instead of checking it myself but today I have no access to the sources nor the web.