https://github.com/JuliaLang/julia
Raw File
Tip revision: 22899aaa4f6f2e5a01c2f8c754ad76a8a40f91d5 authored by Jameson Nash on 18 June 2018, 17:22:04 UTC
precompile: change compilation heuristic
Tip revision: 22899aa
NATIVE.cmake
# native toolchain file to fix llvm cross-compilation finickiness
# ref http://lists.llvm.org/pipermail/llvm-dev/2016-February/095366.html
set(CMAKE_C_COMPILER cc)
set(CMAKE_CXX_COMPILER c++)
back to top