Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mintcoin community travis export builds #110

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

EuroCentiem-dev
Copy link
Member

No description provided.

We use Debian (well Ubuntu) multiarch to build 32-bit binaries for Linux. It takes a bit of black magic, but seems to work.
…rsion (#75)

It seems that we were running up into the default 2 GB process size limit for 32-bit applications in Windows. 32-bit applications running in 32-bit Windows can support up to 3 GB of RAM, and 32-bit applications running in 64-bit Windows can support up too 4 GB of RAM, but they need to be compiled with this feature enabled.

Here's the Microsoft page about this build option, IMAGE_FILE_LARGE_ADDRESS_AWARE, for your reading pleasure:

https://docs.microsoft.com/en-gb/windows/desktop/Memory/memory-limits-for-windows-releases#memory_limits

In our case we are using the MXE cross-compile from Linux, and need to add the -Wl,--large-address-aware flag to our 32-bit Windows build.
Update our binary build Travis CI setup & synchronize with master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants