9 Oct
2023
9 Oct
'23
9:51 a.m.
Alexandre Julliard (@julliard) commented about libs/fluidsynth/Makefile.in:
+EXTLIB = libfluidsynth.a +EXTRADEFS = -DNDEBUG -DWITH_PROFILING -Wno-deprecated-declarations +EXTRAINCL = -I$(srcdir)/src \ You cannot hardcode compiler flags in the Makefile. This would need a configure check, but it's probably easier to avoid the deprecated attribute.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3996#note_47992