JitOptions.hpp
1 #pragma once
2 
3 namespace Jit
4 {
5 
7 {
8  bool NoExceptions{true};
9 };
10 
11 }
Definition: JitOptions.hpp:7