Prefer using '-std=gnu++11' over '-std=c++11' when available, as NetBSD
exposes the correct alloca() implementation only with gnu* C/C++
standards.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOMP OpenMP
Differential D55477
[openmp] [cmake] Use -std=gnu++11 to fix alloca() on NetBSD mgorny on Dec 8 2018, 8:34 AM. Authored by
Details Prefer using '-std=gnu++11' over '-std=c++11' when available, as NetBSD
Diff Detail
|