sys/modules/vmm: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*}

Fixes: 12a6257a96

Differential Revision: https://reviews.freebsd.org/D49940
This commit is contained in:
Xin LI
2025-04-20 23:16:54 -07:00
parent 4f642f569b
commit d5931764df
+1 -1
View File
@@ -142,7 +142,7 @@ svm_support.o:
${.IMPSRC} -o ${.TARGET}
hyp_genassym.o: offset.inc
${CC} -c ${NOSAN_CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC}
vmx_genassym.o: offset.inc
${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC}