[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Solaris (#479)

K K Subbu kksubbu.ml at gmail.com
Sun Apr 5 12:32:04 UTC 2020


On 05/04/20 3:16 PM, stes wrote:
> Because I copied a "mvm" script and modified it, it had a -g flag, and the
> -g compilation flag had major impact, it seems, in my case (which in many C
> programs is not the case, but for my vm apparently it did).

You could create two separate build directories

    build/mvm for production VM compiled with -O flag
    build.debug/mvm for debug VM compiled with -g flag

Regards .. Subbu


More information about the Vm-dev mailing list