PACKAGER="Balakrishnan Balasubramanian " for index in "${!OPTIONS[@]}"; do if [[ "${OPTIONS[$index]}" = *debug ]]; then OPTIONS["$index"]="!debug" fi done CFLAGS="$CFLAGS -march=native -mtune=native" CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"