POV-Ray : Newsgroups : povray.off-topic : Teach yourself C++ in 21 days : Re: Teach yourself C++ in 21 strange malfunctions Server Time
29 Jul 2024 14:17:51 EDT (-0400)
  Re: Teach yourself C++ in 21 strange malfunctions  
From: Warp
Date: 17 Apr 2012 10:36:45
Message: <4f8d7ffd@news.povray.org>
Invisible <voi### [at] devnull> wrote:
> orphi@linux-z30b:~/Work/Logic-01> make Test
> g++     Test.cpp   -o Test

  You need to put a "CXXFLAGS=-Wall -O2" in your Makefile. (With Gnu make
that's probably the only think that you need to put there.)

  Of compile it directly with "g++ -Wall -O3 Test.cpp -o Test".

-- 
                                                          - Warp


Post a reply to this message

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