mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
- libjpeg & libpng are added from config options, no need to add them again
- move STRIP with other tools svn path=/trunk/netsurf/; revision=4790
This commit is contained in:
parent
5693c0500c
commit
73040da7a3
4
Makefile
4
Makefile
@ -92,6 +92,7 @@ VQ=@
|
||||
PERL=perl
|
||||
MKDIR=mkdir
|
||||
TOUCH=touch
|
||||
STRIP=strip
|
||||
|
||||
ifeq ($(TARGET),riscos)
|
||||
ifeq ($(HOST),riscos)
|
||||
@ -227,7 +228,6 @@ ifeq ($(HOST),beos)
|
||||
LDFLAGS += -L/boot/home/config/lib
|
||||
# some people do *not* have libm...
|
||||
LDFLAGS += -lxml2 -lz -lcurl -lssl -lcrypto -liconv
|
||||
LDFLAGS += -lmng -ljpeg
|
||||
endif
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
@ -387,8 +387,6 @@ ifneq ($(GCCVER),2)
|
||||
WARNFLAGS += -Wno-unused-parameter
|
||||
endif
|
||||
|
||||
STRIP := strip
|
||||
|
||||
OPT0FLAGS = -O0
|
||||
# -O and -O2 can use -Wuninitialized which gives us more static checking.
|
||||
# unfortunately the optimiser is what provides the hints in the code tree
|
||||
|
Loading…
Reference in New Issue
Block a user