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 6801eb8 commit cef5610Copy full SHA for cef5610
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 += $$(STATIC_LIB_CFLAGS)
+ $1_EXTRA_CXXFLAGS += -DSTATIC_BUILD=1
126
127
128
# If no C++ flags are explicitly set, default to using the C flags.
0 commit comments