From d1eb6a687739383da1bba5dbe08c71e7f5a2b97a Mon Sep 17 00:00:00 2001 From: dhoegh Date: Tue, 19 Apr 2016 19:30:41 +0200 Subject: [PATCH] Remove precompiled=no on windows. --- src/init.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/init.c b/src/init.c index aa92a14cb4fa5..d3b5d4fcb255c 100644 --- a/src/init.c +++ b/src/init.c @@ -73,12 +73,7 @@ jl_options_t jl_options = { 0, // quiet JL_OPTIONS_FAST_MATH_DEFAULT, 0, // worker JL_OPTIONS_HANDLE_SIGNALS_ON, -#ifdef _OS_WINDOWS_ -// TODO remove this when using LLVM 3.5+ - JL_OPTIONS_USE_PRECOMPILED_NO, -#else JL_OPTIONS_USE_PRECOMPILED_YES, -#endif JL_OPTIONS_USE_COMPILECACHE_YES, NULL, // bindto NULL, // outputbc