Skip to content

Commit

Permalink
Avoid clang crash recovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
endobson committed Jun 6, 2015
1 parent 8bbee52 commit 3eb557b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private/clang.rkt
Expand Up @@ -20,6 +20,9 @@

(define lib-clang (ffi-lib (build-path (llvm-lib-dir) "libclang")))

;; Without this clang installs signal handlers that mess up the racket VM
(void (putenv "LIBCLANG_DISABLE_CRASH_RECOVERY" ""))

;; Indices
(struct index (pointer))

Expand Down

0 comments on commit 3eb557b

Please sign in to comment.