Skip to content

Reply To: D3Q27 lattice

#4498
mathias
Keymaster

Yes you need to change the config.mk

BUILDTYPE := precompiled
#BUILDTYPE := generic

to

#BUILDTYPE := precompiled
BUILDTYPE := generic

Then, you need to recompile the entiere code by

make cleanbuild
make

There are section in the user guide. Seaech for “precompiled”.

Best
Mathias