Hi,
I am trying these FLAGS:
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -ftree-vectorize
-ftree-parallelize-loops=4"
CXXFLAGS="${CFLAGS}"
And i need to link to libgomp so i tried to add
LDFLAGS="-lgomp"
But it doesn't work. What should i do doctor ?
Thanks.
--
Alexandre Bique