]> gitweb.factorcode.org Git - factor.git/commit
GNUMakefile: Explicitly ask for stdlib=libc++ because clang downgrades the version...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 5 May 2016 23:48:40 +0000 (16:48 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 5 May 2016 23:48:40 +0000 (16:48 -0700)
commit10164b6af8d227eb7e34f259111ceec7f36722b8
tree1d7eb79a7a42a934ca92781edc0de2aa4954991b
parentc100d2256d82d79b463e93c9e73d536fce0587b5
GNUMakefile: Explicitly ask for stdlib=libc++ because clang downgrades the version silently if you use backward compatibility mode with OSX 10.5 and then shrink_to_fit() doesn't work.
Config.macosx: Support for shrink_to_fit() is claimed to be in 10.7 and later, but 10.7 and 10.8 both throw this huge error:
https://paste.factorcode.org/paste?id=3872

Fixes #1624.
GNUmakefile
vm/Config.macosx