equal
deleted
inserted
replaced
39 |
39 |
40 # Part of the sun.font package, but doesn't rebuild classes (except |
40 # Part of the sun.font package, but doesn't rebuild classes (except |
41 # for a few ones with native methods) so shouldn't clobber them. |
41 # for a few ones with native methods) so shouldn't clobber them. |
42 DONT_CLOBBER_CLASSES=true |
42 DONT_CLOBBER_CLASSES=true |
43 |
43 |
|
44 # Use higher optimization level |
|
45 OPTIMIZATION_LEVEL = HIGHER |
|
46 |
44 include $(BUILDDIR)/common/Defs.gmk |
47 include $(BUILDDIR)/common/Defs.gmk |
45 |
|
46 # |
|
47 # Use higher optimization level |
|
48 # |
|
49 _OPT = $(CC_HIGHER_OPT) |
|
50 |
48 |
51 # |
49 # |
52 # Files |
50 # Files |
53 # |
51 # |
54 include FILES_c.gmk |
52 include FILES_c.gmk |