8325213: Flags introduced by configure script are not passed to ADLC build

Reviewed-by: jwaters, ihse
This commit is contained in:
Martin Doerr 2024-02-06 06:56:48 +00:00
parent 729ae1d787
commit 9ee9f28849

View File

@ -51,7 +51,7 @@ ifeq ($(call check-jvm-feature, compiler2), true)
endif
# Set the C++ standard
ADLC_CFLAGS += $(ADLC_LANGSTD_CXXFLAG)
ADLC_CFLAGS += $(ADLC_LANGSTD_CXXFLAGS)
# NOTE: The old build didn't set -DASSERT for windows but it doesn't seem to
# hurt.