Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

IPP Samples Build Options

transcoding
Beginner
486 Views
Hi all,

Is it possible to speed up the build of IPP samples by compiling only the modified modules?

Thank you,
0 Kudos
3 Replies
transcoding
Beginner
486 Views
Sorry, I forgot to mention that I'm using audio-video-codecs in IPP samples and that I'm building using GCC4.


Quoting - transcoding
Hi all,

Is it possible to speed up the build of IPP samples by compiling only the modified modules?

Thank you,

0 Kudos
Harri
Beginner
486 Views
Quoting - transcoding


A partial solution is to comment the lines in build32.sh that cleans and removes all builded object code and applications.

I.e.
#[ -d ${ROOT_DIR} ] && rm -rf ${ROOT_DIR}

and

#${MAKE} ARCH=${SAMPLE_ARCH} ROOT_BIN_DIR=${ROOT_DIR} clean > /dev/null 2>&1


0 Kudos
transcoding
Beginner
486 Views
Thanks!

I though of this solution, but I'm looking for more sophisticated manner to do the job ;-) Maybe!
0 Kudos
Reply