]> www.infradead.org Git - users/hch/nvme-cli.git/commit
change default CFLAGS settings into the default
authorMike Frysinger <vapier@gentoo.org>
Fri, 16 Dec 2016 00:10:28 +0000 (19:10 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 16 Dec 2016 00:10:32 +0000 (19:10 -0500)
commit9c4f79fe0c9aa4d05f82c0f34cd4956bf76549e8
treeb84295358b8fa68f8850360b36ab68bf07a9f26f
parentc44debc98700f2d348b2c891fa6da43479723752
change default CFLAGS settings into the default

The way compiler settings are appended to CFLAGS breaks custom flags
that people are using to build.  So if someone does:
$ export CFLAGS='-O0 -ggdb'
$ make
The build will force -O2 instead.

Shift these defaults into a default setting rather than always appending.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile