Skip to content
Prev 14435 / 21312 Next

[Bioc-devel] Compilation flags, CHECK errors and BiocNeighbors

Thanks Val. I don?t think it?s a BiocNeighbors thing, as it doesn?t try to customize the compilation flags or have its own Makevars. Moreover, the ?-O3 -mtune=native -mtune=generic? flags seem to show up on all of my packages containing C++11 code. Some cursory checks of other packages suggest that the correct flags (?-O2 -mtune=generic?) are used for C++98 code.

-A