Posted on Aug 20, 2010 by
Massive Ox
cd build/unix && gmake CC=clang
I expect to see it using Clang/LLVM to build, it continues using GCC.
cd build/unix && gmake CFLAGS=-O3
I expect to see it using higher optimization level, it continues with "-O2".
Comment #1
Posted on Aug 29, 2010 by Massive OxThis was fixed in rev. 45.
Comment #2
Posted on Aug 30, 2010 by Swift PandaFixed and verified by reporter.
Status: Verified
Labels:
Type-Defect
Priority-Medium