Andrei Rozanski pushed to branch master at Debian Med / ampl-netlib-solvers
Commits: bbb3c8c1 by Andrei Rozanski at 2020-09-11T21:45:39+02:00 add patch makefile.u - cflags fix - - - - - 3 changed files: - + debian/patches/fix-makefile-cflags - + debian/patches/series - makefile.u Changes: ===================================== debian/patches/fix-makefile-cflags ===================================== @@ -0,0 +1,12 @@ +fixed CFLAGS. +--- a/makefile.u ++++ b/makefile.u +@@ -26,7 +26,7 @@ + + .SUFFIXES: .c .o + CC = cc +-CFLAGS = -O ++CFLAGS = CFLAGS = -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC -O + SHELL=/bin/sh + + # Add -DNO_RUSAGE to the CFLAGS assignment if your system ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +fix-makefile-cflags ===================================== makefile.u ===================================== @@ -26,7 +26,7 @@ .SUFFIXES: .c .o CC = cc -CFLAGS = -O +CFLAGS = CFLAGS = -O3 -pipe -DNDEBUG -DASL_BUILD -fPIC -DPIC -O SHELL=/bin/sh # Add -DNO_RUSAGE to the CFLAGS assignment if your system View it on GitLab: https://salsa.debian.org/med-team/ampl-netlib-solvers/-/commit/bbb3c8c1899682329618c4d92b56c01047462c29 -- View it on GitLab: https://salsa.debian.org/med-team/ampl-netlib-solvers/-/commit/bbb3c8c1899682329618c4d92b56c01047462c29 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
