Closed PolynomialDivision closed 3 years ago
When compiling pud with glibc it will result in
error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ cc1: all warnings being treated as errors
To compile pud with glibc again we remove Werror.
When compiling pud with glibc it will result in
To compile pud with glibc again we remove Werror.