Thread

  1. Compiling postgresql with profiling

    Mattias Kregert <matti@algonet.se> — 1998-01-20T13:43:21Z

    Defining CUSTOM_LDFLAGS in Makefile.custom does not have any
    effect on the compilation. I found that LDFLAGS is hardcoded
    in Makefile.global. Perhaps it would be a good idea to change
    this? I had to edit Makefile.global and add '-pg' to LDFLAGS
    manually.
    
    I thought it was about time to run a profile on the backend...
    
    /* m */