mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-27 06:10:37 +00:00
7014634: By default, only build the product bits with a closed jdk build (like openjdk does)
Reviewed-by: katleman, cl, igor, trims
This commit is contained in:
parent
27982685d0
commit
561ef8dad2
@ -212,7 +212,7 @@ ifndef SKIP_DEBUG_BUILD
|
||||
SKIP_DEBUG_BUILD=true
|
||||
endif
|
||||
ifndef SKIP_FASTDEBUG_BUILD
|
||||
SKIP_FASTDEBUG_BUILD=false
|
||||
SKIP_FASTDEBUG_BUILD=true
|
||||
endif
|
||||
|
||||
# Select javadoc setting GENERATE_DOCS
|
||||
|
Loading…
Reference in New Issue
Block a user