https://github.com/JuliaLang/julia
Raw File
Tip revision: 6366a25fadf04f54aca0de4184cf82096a466886 authored by Kristoffer Carlsson on 08 February 2018, 12:08:23 UTC
print stdlibs and timings when they are loaded
Tip revision: 6366a25
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