]> git.eshelyaron.com Git - emacs.git/commit
* Handle `comp-native-driver-options' both as file-local both as global
authorAndrea Corallo <akrl@sdf.org>
Sun, 7 Mar 2021 20:56:06 +0000 (21:56 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 7 Mar 2021 21:20:07 +0000 (22:20 +0100)
commit15aa239ba058ef02544e5dfaf066bd985d9b2f4f
tree53f68291316e50124bbdf6760f071ac28efecb6d
parent9809f7ed2c639bd51abd4a28bd5d1a37f0d46a3d
* Handle `comp-native-driver-options' both as file-local both as global

* src/comp.c (add_driver_options): Throw an error if
`comp-native-driver-options' is set globally but
'gcc_jit_context_add_driver_option' is not available, ignore for
the file-local case.
src/comp.c