Latest KODI source compiles always as "Debug Build"
#1
Krypton branch:
I had build Kodi several times without any problems, but when I tried to built it today Feb. 24, it compiles always as a "Debug Build", which means the log on my Android Box is flooded.
What I've tried so far:

Code:
make  -j 3 -C tools/depends/target/xbmc release

^^ this worked before for me.


Code:
export Configuration=Release ./configure --with-tarballs=$HOME/Build-Android/opt/xbmc......

Code:
in tools/depends/target/xbmc: make release

nothing worked.
Any ideas?
Reply
#2
How are you sure you didn't just enabled debug, somehow, and that it's due to the build?
What does your debug log say?
Reply
#3
./configure --disable-debug
Reply
#4
(2017-02-25, 11:14)Koying Wrote: How are you sure you didn't just enabled debug, somehow, and that it's due to the build?
What does your debug log say?

Fresh install, nothing touched.
Checked and Debugging is disabled in settings.
And as mentioned before, I used the identical compile options as always.

(2017-02-25, 11:19)wsnipex Wrote: ./configure --disable-debug

I used that option now, build is still compiling...
Reply
#5
(2017-02-25, 11:19)wsnipex Wrote: ./configure --disable-debug

That worked.
Thanks!
Reply
#6
(2017-02-25, 11:19)wsnipex Wrote: ./configure --disable-debug

Meh...
Might want to fix https://github.com/xbmc/xbmc/blob/Krypto...kefile#L27 , then Wink
Reply
#7
(2017-02-25, 12:58)northern light Wrote:
(2017-02-25, 11:19)wsnipex Wrote: ./configure --disable-debug

That worked.
Thanks!

Its still not working on my end, could you give me a little insight as to what you did, thx. No matter what i do its still in Debug. Any help would be greatly appreciated....

Thank you for your time.....
Reply
#8
(2017-02-25, 14:13)Koying Wrote:
(2017-02-25, 11:19)wsnipex Wrote: ./configure --disable-debug

Meh...
Might want to fix https://github.com/xbmc/xbmc/blob/Krypto...kefile#L27 , then Wink

Not particularly sure what you mean, could you elaborate more please?
Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Latest KODI source compiles always as "Debug Build"0