From 0054862e3c69a23d24387977deb7094c0d79db82 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 19 Apr 2020 16:08:43 +0200 Subject: 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. --- scripts/src/netlist.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/src/netlist.lua') 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 { -- cgit v1.2.3-70-g09d2