Export to GitHub

pforth - issue #7

Makefile violates POLA by using non-standard variable names


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 Ox

This was fixed in rev. 45.

Comment #2

Posted on Aug 30, 2010 by Swift Panda

Fixed and verified by reporter.

Status: Verified

Labels:
Type-Defect Priority-Medium