Craig Earls <[email protected]> writes: > I just ran "make check" and it was clean. Not sure if I built debug > or optimized.
If you used acprep, the default is a debug build. "./acprep opt update" builds the fully optimized version. With a debug build, you can use "--trace 2", or "--debug calc.expr", or --verify. Until your data file is several megabytes and uses many automated transactions, you won't notice the difference between the debug and optimized builds. Performance has been at the fore of my thinking since the very beginning of Ledger. John
