Closed joansola closed 3 years ago
NDEBUG
This warning was issued on OSX after calling
cmake -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=ON -DPLOT_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DNDEBUG=1 -DCMAKE_CXX_FLAGS="-march=native -O3 -mtune=native -mavx2 -mfma" ..
I'll look into it, but you can simply remove it from the command line for now since that's only for compilation optimization.
Yea, it was just a FYI
NDEBUG
This warning was issued on OSX after calling