POV-Ray : Newsgroups : povray.unix : building POV-Ray with clang instead of gcc : building POV-Ray with clang instead of gcc Server Time
20 Apr 2024 01:35:07 EDT (-0400)
  building POV-Ray with clang instead of gcc  
From: clipka
Date: 7 Sep 2018 12:40:45
Message: <5b92aa0d@news.povray.org>
Random fact I just figured out, in case anyone else might be wondering
how to do this:

If both clang and gcc are installed on a machine, the POV-Ray build
process defaults to using gcc; to force the use of clang instead, use:

    ./configure CXX="clang++" ...


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.