]> granicus.if.org Git - libvpx/commitdiff
configure: add -Zhigh-mem to LDFLAGS on OS/2
authorKO Myung-Hun <komh@chollian.net>
Sun, 30 Aug 2015 07:27:58 +0000 (16:27 +0900)
committerKO Myung-Hun <komh@chollian.net>
Wed, 2 Sep 2015 10:04:15 +0000 (19:04 +0900)
-Zhigh-mem enables to allocate very large memory on OS/2.

Change-Id: I1c8a792cc792c65ce9539a6d3d6b77fc4767848a

build/make/configure.sh

index 7382c1765b2aa6de1e229543c806cd5a23c259cc..ee7716fee2b43820da454e4d82f61953f9fe736c 100644 (file)
@@ -1083,6 +1083,7 @@ EOF
         os2)
           disable_feature pic
           AS=${AS:-nasm}
+          add_ldflags -Zhigh-mem
           ;;
       esac