K 10 svn:author V 6 rakuco K 8 svn:date V 27 2017-08-04T18:56:08.885200Z K 7 svn:log V 245 Build with -std=gnu++11 when OPENMP is on. -std=gnu++11 is necessary on FreeBSD 10, whose libc++ does not have the `operator delete(void*, size_t)' overload from C++14. GCC 6 defaults to --std=gnu++14, which then breaks the build. PR: 219485 END