Performance/MemShrink/DMD: Difference between revisions

Jump to navigation Jump to search
Line 84: Line 84:
   DMD=1 \    # or replace the '1' with one or more DMD options (see below)
   DMD=1 \    # or replace the '1' with one or more DMD options (see below)
   <command>
   <command>
If you want to run under lldb, do this:
  DYLD_INSERT_LIBRARIES=$OBJDIR/dist/lib/libdmd.dylib \
  LD_LIBRARY_PATH=$OBJDIR/dist/lib/ \
  DMD=1 \    # or replace the '1' with one or more DMD options (see below)
  lldb -- <command>


==== Analyze ====
==== Analyze ====
Confirmed users
43

edits

Navigation menu