Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
Third Party
3p-libwebp
Commits
f6f5987b
Commit
f6f5987b
authored
Sep 06, 2020
by
Rye Mutt
🍞
Browse files
LTO windows release dll builds
parent
1d96f8da
Changes
1
Hide whitespace changes
Inline
Side-by-side
libwebp/Makefile.vc
View file @
f6f5987b
...
...
@@ -99,6 +99,8 @@ LIBWEBPDEMUX_BASENAME = $(LIBWEBPDEMUX_BASENAME)_debug
!ELSE
IF
"$(CFG)"
==
"release-dynamic"
CC
=
$(CCNODBG)
RC
=
$(RCNODBG)
CFLAGS
=
$(CFLAGS)
/GL
LDFLAGS
=
$(LDFLAGS)
/LTCG
DLLBUILD
=
TRUE
!ELSE
IF
"$(CFG)"
==
"debug-dynamic"
CC
=
$(CCDEBUG)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment