Bug 665: enable compiling the code models with link time optimization.

Fix provided by Giles Atkinson.
Still the build of ngspice fails (tested with Cygwin) at the linking stage.
This commit is contained in:
Holger Vogt 2024-03-29 17:27:43 +01:00
parent ce8bce7947
commit 415d94bee0
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <stdlib.h>
#include <string.h>
#include "ngspice/config.h"
#include "ngspice/cpextern.h"
#include "ngspice/devdefs.h"
#include "ngspice/dstring.h"