Commits

Max Howell committed 2e841e1bb44
-Xcc/-Xlinker support Providing these flags causes every target to be compiled or linked with these flags. These options provided as a workaround for various unsolved issues, eg. compiling against libdispatch requires -fblocks, but we have no concrete solution for this problem yet. Closes #107