blob: 30e80375d63fafd0a9f1195080323a9ef7efd952 (
plain)
1
2
3
4
|
(setq native-comp-async-jobs-number (string-to-number (shell-command-to-string "nproc"))
native-compile-target-directory (file-name-concat (getenv "HOME") ".cache/emacs-native-comp")
native-comp-eln-load-path (cons native-compile-target-directory native-comp-eln-load-path)
gc-cons-threshold (* 64 (expt 1024 2)))
|