Menu

#1144 Template makefile not compiling on osx 10.9.3 / -ftree-vectorizer-verbose=2 error

v0.45
open
nobody
None
5
2014-05-21
2014-05-21
No

Hello,

svn pmpd was not compiling on osx mavericks 10.9.3, it raises the error:
clang: error: unknown argument: '-ftree-vectorizer-verbose=2' [-Wunused-command-line-argument-hard-error-in-future]

To make it compile, one just have to remove the parameter -ftree-vectorizer-verbose=2 on the line 106 of the makefile:
OPT_CFLAGS = -ftree-vectorize -fast

It uses the template makefile v 1.0.14 (last svn version) so the generic makefile should be updated as well.

Discussion

Anonymous
Anonymous

Add attachments
Cancel