[CMake] Disable pretty output
Mike Jackson
imikejackson at gmail.com
Mon May 19 12:05:57 EDT 2008
make VERBOSE=1 will show EVERYTHING that is being done.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On May 19, 2008, at 11:51 AM, David Sveningsson wrote:
> Hi, more newbie questions. The GNU Makefiles generated CMake has
> some nice colored output, progress etc. However I would like to
> disable this and see each command that is run (debugging purpose).
>
> Also, is there a way to pipe the output when running the compiler
> to a custom script? Something like this (old makefile):
>
> $(CC) $(CFLAGS) $< -o $@ 2>&1 | custom_script
> --
>
>
> //*David Sveningsson [eXt]*
>
> Freelance coder | Game Development Student
> http://sidvind.com
>
> Thou shalt make thy program's purpose and structure clear to thy
> fellow man by using the One True Brace Style, even if thou likest
> it not, for thy creativity is better used in solving problems than
> in creating beautiful new impediments to understanding.
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list