Skip to content

Commit

Permalink
server: Enable link-time optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
openglfreak authored and ptr1337 committed Aug 13, 2024
1 parent b1e77ff commit cc9ebe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ SOURCES = \
wineserver.man.in \
winstation.c

UNIX_LIBS = $(LDEXECFLAGS) $(RT_LIBS) $(INOTIFY_LIBS) $(PROCSTAT_LIBS)
UNIX_LIBS = $(LDEXECFLAGS) $(RT_LIBS) $(INOTIFY_LIBS) $(PROCSTAT_LIBS) -flto=auto -flto-partition=one -fdevirtualize-at-ltrans $(CFLAGS)
EXTRADEFS = -flto=auto -flto-partition=one -fdevirtualize-at-ltrans

unicode_EXTRADEFS = -DNLSDIR="\"${nlsdir}\"" -DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${nlsdir}`\"

0 comments on commit cc9ebe3

Please sign in to comment.