[OpenJDK 2D-Dev] [PATCH FOR REVIEW] Building ExtensionSubtables.cpp should use -fno-strict-aliasing
Kelly O'Hair
kelly.ohair at oracle.com
Wed May 23 16:53:23 UTC 2012
On May 23, 2012, at 9:32 AM, Andrew Hughes wrote:
> Yes, I thought the same. But I don't see how you can direct flags to
> one specific file in the Makefiles. Any ideas?
You can add something like this to CFLAGS:
CFLAGS += $(CFLAGS_$(@F))
Then:
CFLAGS_foobar.o = -someoptions
-kto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20120523/223b80e7/attachment.htm>
More information about the build-dev
mailing list