Skip to content

Silence GP stack size warnings

Timo Kaufmann requested to merge timokau/sympow:quiet-gp into master

GP is supposed to be quiet when generating data files. Unfortunately it defaults to printing warnings about every stack size increase to STDOUT. This can be disabled with the debugmem option.o

More details: https://trac.sagemath.org/ticket/26002

Merge request reports