-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* On Unix-like systems (Linux/macOS/BSD etc., including WSL) it's now…
… possible to set custom C/C++ compiler for ficus programs using CC and CXX environment variables, e.g. "CC=gcc-10 bin/ficus -O3 -run examples/mandelbrot.fx" * "-Ofast" option is added that means passing "-Ofast" to GCC/Clang. Maybe, later on -Ofast will also turn on some extra optimizations at Ficus level.
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 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
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