-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow simpler configuration of Poly/ML linker flags
Previously, one had to copy out all of the generated flags and put them and the addition into one's poly-includes.ML file. Now one can just provide a definition of EXTRA_POLY_LDFLAGS, e.g.: val EXTRA_POLY_LDFLAGS = ["-ld_classic"] This example is needed with current Poly/ML on current versions of the Mac C infrastructure (Xcode version 15). See polyml/polyml#194 for some discussion of the issue with Poly/ML.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters