Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr-1.3.18: DolbyDigital "stuttering" sound



christian jacobsen wrote:
Ooh, did not know that, so only the changed files and those depending
are then recompiled.
That would indeed speed it up :)

You may also want to consider installing "ccache". Then you can change the Make.config in vdr to utilize ccache and the objects will be cached for the compiler if the source has not changed since the previous build. This way you can speed up the compile by almost 90% and be able to start from a clean build each time.

Here is an example of my Make.config:

### The C compiler and options:

CC = ccache gcc
CFLAGS = -O2

CXX = ccache g++
CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual




Home | Main Index | Thread Index