diff --git a/makepkg.conf b/makepkg.conf new file mode 100644 index 0000000..db1bc49 --- /dev/null +++ b/makepkg.conf @@ -0,0 +1,10 @@ +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" diff --git a/packager.conf b/packager.conf deleted file mode 100644 index 85a4286..0000000 --- a/packager.conf +++ /dev/null @@ -1 +0,0 @@ -PACKAGER="Balakrishnan Balasubramanian "