mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] Mxe gtkmm cross compiled project


From: Kjetil Matheussen
Subject: Re: [Mingw-cross-env-list] Mxe gtkmm cross compiled project
Date: Tue, 2 Apr 2019 15:27:29 +0200

On Tue, Apr 2, 2019 at 3:19 PM Mohamed Khalil BOUJDARIA
<address@hidden> wrote:
>
> Hey list !
>
> I'm trying to cross compile a simple gtkmm project on ubuntu for windows 
> using CMake. I have successfully generated the .exe file. However its size is 
> too large (over 100 Mb). All i have is a simple main that spawns an empty 
> window (the simple example in gtkmm tutorials). I tried to only include the 
> necessary headers for gtkmm not the gtkmm.h but it's still the same problem. 
> I get a 120.9 Mb file.
>

Hi, did you strip the binary for debug symbols? (don't know if it
strips down that much though...)
x86_64-w64-mingw32.shared-strip
i686-w64-mingw32.shared-strip



reply via email to

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