We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f66ca commit 946590eCopy full SHA for 946590e
modules/javafx.media/src/main/native/gstreamer/projects/win/glib-lite/Makefile.ffi
@@ -29,10 +29,11 @@ CFLAGS = -DFFI_BUILDING \
29
30
LIBFLAGS = -out:$(shell cygpath -ma $(TARGET)) -nologo
31
32
+# Do not use -RTC1(-RTCs) in debug build. See JDK-8248365.
33
ifeq ($(BUILD_TYPE), Release)
34
CFLAGS += -O1 -Oy -MD -Gy -GF
35
else # debug
- CFLAGS += -Od -Oy- -RTC1 -MDd -Zi -Fd$(PDB)
36
+ CFLAGS += -Od -Oy- -RTCu -MDd -Zi -Fd$(PDB)
37
endif
38
39
ifeq ($(ARCH), x32)
0 commit comments