From e909da888c267e34996f021ad4ecbc0cb930cfc3 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Sun, 30 Aug 2015 16:27:58 +0900 Subject: [PATCH] configure: add -Zhigh-mem to LDFLAGS on OS/2 -Zhigh-mem enables to allocate very large memory on OS/2. Change-Id: I1c8a792cc792c65ce9539a6d3d6b77fc4767848a --- build/make/configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/make/configure.sh b/build/make/configure.sh index 7382c1765..ee7716fee 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1083,6 +1083,7 @@ EOF os2) disable_feature pic AS=${AS:-nasm} + add_ldflags -Zhigh-mem ;; esac -- 2.40.0