emacs-devel
[Top][All Lists]
Advanced

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

Re: Regarding performance issues with the Emacs 25.1 Windows-build


From: Phillip Lord
Subject: Re: Regarding performance issues with the Emacs 25.1 Windows-build
Date: Fri, 11 Nov 2016 20:53:30 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> From: address@hidden (Phillip Lord)
>> Cc: Noam Postavsky <address@hidden>,  address@hidden,  address@hidden
>> Date: Thu, 10 Nov 2016 22:04:31 +0000
>> 
>> @Eli assuming that these binaries address the issue what do I do with
>> the version number in uploading them to ftp.gnu.org. I don't want to
>> over-write the existing ones, nor use the same version number.
>
> I'd remove the old ones and upload the new ones using 25.1-2 as the
> version number in the file names.

Will do that.

>
> P.S.  What compiler options did you use, exactly?  Also, are the
> binaries in the archives stripped or unstripped?

These were the commands I used to produce the original binaries.


PKG_CONFIG_PATH=/mingw64/lib/pkgconfig ../../../git/emacs-25.1/configure 
--without-dbus --without-compress-install CFLAGS=-static
make -j 4 install prefix=/home/user/emacs-git/install/x86_64/emacs-25.1
cd /home/user/emacs-git/install/x86_64/emacs-25.1
cp /mingw64/bin/libXpm-noX4.dll bin
zip -r -9 emacs-25.1-x86_64-w64-mingw32.zip *


PKG_CONFIG_PATH=/mingw32/lib/pkgconfig ../../../git/emacs-25.1/configure 
--host=i686-w64-mingw32 --without-dbus --without-compress-install 
CFLAGS=-static 
make -j 4 install prefix=/home/user/emacs-git/install/i686/emacs-25.1
cd /home/user/emacs-git/install/i686/emacs-25.1
cp ~/emacs-git/libxpm/ezwinports/bin/libXpm-nox4.dll bin
zip -r -9 emacs-25.1-i686-w64-mingw32.zip *


And this are the command taht I used to produce the binary that I sent
yesterday.

PKG_CONFIG_PATH=/mingw64/lib/pkgconfig ../../../git/emacs-25.1/configure 
--without-dbus --without-compress-install CFLAGS="-O2 -static"
make -j 4 install prefix=/home/user/emacs-git/install/x86_64/emacs-25.1-2
cd /home/user/emacs-git/install/x86_64/emacs-25.1-2
cp /mingw64/bin/libXpm-noX4.dll bin
zip -r -9 emacs-25.1-2-x86_64-w64-mingw32.zip

Phil



reply via email to

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