We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31f69 commit a1ab1d8Copy full SHA for a1ab1d8
make/common/native/Flags.gmk
@@ -122,7 +122,7 @@ define SetupCompilerFlags
122
$1_EXTRA_CXXFLAGS += $$($1_CXXFLAGS_$(OPENJDK_TARGET_OS)_release)
123
endif
124
ifeq ($(STATIC_LIBS), true)
125
- $1_EXTRA_CXXFLAGS += -DSTATIC_BUILD=1
+ $1_EXTRA_CXXFLAGS += $$(STATIC_LIB_CFLAGS)
126
127
128
# If no C++ flags are explicitly set, default to using the C flags.
0 commit comments