EpiVM icon indicating copy to clipboard operation
EpiVM copied to clipboard

Respect user's CFLAGS if set

Open orlitzky opened this issue 12 years ago • 2 comments

Currently while building, the CFLAGS = -Wall -O3 -DUSE_BOEHM are always used. It would be nice if -- when the user has them set already -- the environment CFLAGS could be used. Of course the -DUSE_BOEHM should still be added.

I patched the makefile here: https://gist.github.com/mjorlitzky/9335712 with an example that WORKSFORME. If the user has CFLAGS set, -DUSE_BOEHM is appended to them. Otherwise, the current behaviour is retained.

orlitzky avatar Mar 03 '14 22:03 orlitzky

Changed username, sorry. Gist is here: https://gist.github.com/orlitzky/9335712

orlitzky avatar Nov 27 '14 00:11 orlitzky

We've adopted the patch in Gentoo for now, things seem fine so far =)

Reference: https://bugs.gentoo.org/show_bug.cgi?id=438422

orlitzky avatar Dec 14 '14 13:12 orlitzky