mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
make: add NDEBUG option to netsurf build
In order to remove the debug output from the parser.
This commit is contained in:
2
Makefile
2
Makefile
@@ -76,7 +76,7 @@ install-netsurf: install-libiconv
|
||||
ls $(ICONV) 1> /dev/null || (printf "\e[33mERROR: you need to install libiconv in your system (on MacOS on with Homebrew)\e[0m\n"; exit 1;) && \
|
||||
export PREFIX=$(BC_NS) && \
|
||||
export OPTLDFLAGS="-L$(ICONV)/lib" && \
|
||||
export OPTCFLAGS="-I$(ICONV)/include" && \
|
||||
export OPTCFLAGS="-DNDEBUG -I$(ICONV)/include" && \
|
||||
printf "\e[33mInstalling libwapcaplet...\e[0m\n" && \
|
||||
cd vendor/netsurf/libwapcaplet && \
|
||||
BUILDDIR=$(BC_NS)/build/libwapcaplet make install && \
|
||||
|
||||
Reference in New Issue
Block a user