To disable bounds checking: cmake -DDEBUG=OFF ... make To enable bounds checking: cmake -DDEBUG=ON ... make