mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Werror compiler flag
activated. this prevents a successfull build if any warning is issued.
more to come...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@91 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a4760a8bb
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-18 (Fri, 18 Dec 2009)
Origin message was:
------------------
-Werror compiler flag
activated. this prevents a successfull build if any warning is issued.
more to come...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@91 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -12,11 +12,11 @@ export RANLIB=$CCPATH$HOST-ranlib
|
||||
export OBJDUMP=$CCPATH$HOST-objdump
|
||||
export STRIP=$CCPATH$HOST-strip
|
||||
|
||||
export CFLAGS="-Wall -g0 -O2 \
|
||||
export CFLAGS="-Wall -Werror -g0 -O2 \
|
||||
-D__KERNEL_STRICT_NAMES -DUSE_NEVIS_GXA \
|
||||
-I"$PWD"/include -I"$PWD"/include/linux/dvb -I"$PREFIX"/include/freetype2"
|
||||
|
||||
export CXXFLAGS="-Wall -g0 -O2 \
|
||||
export CXXFLAGS="-Wall -Werror -g0 -O2 \
|
||||
-D__KERNEL_STRICT_NAMES -DUSE_NEVIS_GXA \
|
||||
-I"$PWD"/include -I"$PWD"/include/linux/dvb -I"$PREFIX"/include/freetype2"
|
||||
|
||||
|
Reference in New Issue
Block a user