Chris Fearnley writes ("Bug#1888: pari 1.39: a few minor Debian bugs"): > CFLAGS in src/debian.rules gives the -g flag for debugging (almost > certainly not necessary).
There's nothing wrong with that, so long as it is linked without -g and with -s. -g shouldn't change the generated code; it's supposed (with GCC) just to include extra debugging symbols in the .o files. Ian.