summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/netlist.lua
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2020-04-19 16:08:43 +0200
committer couriersud <couriersud@gmx.org>2020-04-19 16:08:43 +0200
commit0054862e3c69a23d24387977deb7094c0d79db82 (patch)
treee919fdd439412dea38a16398284ce6a8a77a1c41 /scripts/src/netlist.lua
parent9b92159790f12176b33b50f40713eb51b4e655b2 (diff)
netlist: compile time improvement and code maintenance. (nw)
Added a define NL_USE_ACADEMIC_SOLVERS and disabled it in the build. This will not compile in solvers which are either illustrative or only perform for large sparse matrices like GMRES.
Diffstat (limited to 'scripts/src/netlist.lua')
-rw-r--r--scripts/src/netlist.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/netlist.lua b/scripts/src/netlist.lua
index fca5dc2a3ce..89ac13dffa8 100644
--- a/scripts/src/netlist.lua
+++ b/scripts/src/netlist.lua
@@ -28,6 +28,7 @@ project "netlist"
defines {
"__STDC_CONSTANT_MACROS",
+ "NL_USE_ACADEMIC_SOLVERS=0",
}
includedirs {