From 116df38b7c84c42a6ebfa96586a5979a46854a6c Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 10 Apr 2024 15:11:54 -0500 Subject: [PATCH] setup.py -> add O3 optimization to pybind11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d09994a..bb3e040 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ "TKernel", ], cxx_std=17, + extra_compile_args = ["-O3"], ), ]