Kirill Bychkov writes:
> The port doesn't respect default CXXFLAGS (-O2 -pipe). Dropping this
> line and moving -I${X11BASE}/include to CMAKE_CXX_FLAGS leads to
> missing -O2 and -pipe in compiler flags.
> Do we have any other knobs to pass this flags?

CONFIGURE_ARGS +=       -DCMAKE_CXX_FLAGS="${CXXFLAGS} -pthread 
-I${X11BASE}/include"

This preserved CXXFLAGS when I tried it.

Reply via email to