]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix Java Makefile v4.1
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Tue, 17 Nov 2015 21:50:54 +0000 (13:50 -0800)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Tue, 17 Nov 2015 21:52:04 +0000 (13:52 -0800)
commit8f0c83ae72d4709fc457d0f47c6efb1bb3525ae2
tree8387cd1e196894debaace3e5f879955c34af22e6
parent3a0bf873b544794b79e67245c775a9e265be8d47
Fix Java Makefile

Summary:
In case rocksdb java package is built using make rocksdbjavastaticrelease, then
only those rocksdb binary built under the virtual environments is release build.

This patch fix this issue.

Test Plan:
PORTABLE=1 V=2 make rocksdbjavastaticrelease -j32
and make sure -O2 and -NDEBUG is included when compiling all source files.

Reviewers: sdong, anthony, IslamAbdelRahman, rven, kradhakrishnan, igor

Reviewed By: igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D50895
Makefile