Author Topic: vlisp-compile options  (Read 1227 times)

0 Members and 1 Guest are viewing this topic.

Jeremy Dunn

  • Newt
  • Posts: 31
vlisp-compile options
« on: April 01, 2021, 11:34:02 PM »
The vlisp-compile function has three compile choices:

"st -- Standard build mode"
"lsm -- Optimize and link indirectly"
"lsa -- Optimize and link directly"

What do these differences mean in more detail?

VovKa

  • Water Moccasin
  • Posts: 1629
  • Ukraine
Re: vlisp-compile options
« Reply #1 on: April 02, 2021, 07:36:06 AM »
What do these differences mean in more detail?
the only thing i learned is that 'lsa produces the fastest code