- Reset flags, packages are usually built with -O2 otherwise.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 20 Sep 2007 17:26:59 +0000 (17:26 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 20 Sep 2007 17:26:59 +0000 (17:26 -0000)
commit7025afd93c624585b948a1f47903168c2d340256
treeed10512bc468ee5b8bfdceb427f3cc094815c9ac
parent5037c9e6131dd0d2a889d8dfe0d8eed1617618af
- Reset flags, packages are usually built with -O2 otherwise.
  Packages that need to pass additional CFLAGS in their .mk have to do something
  like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
package/Makefile.in