artivis / kalmanif

A small collection of Kalman Filters on Lie groups
MIT License
348 stars 42 forks source link

Manually-specified variables were not used by the project: #4

Closed joansola closed 3 years ago

joansola commented 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" ..
artivis commented 3 years ago

I'll look into it, but you can simply remove it from the command line for now since that's only for compilation optimization.

joansola commented 3 years ago

Yea, it was just a FYI