minor, change CFLAGS operator to '=' over '+='
authorkremlin <ian@kremlin.cc>
Fri, 15 Aug 2014 20:51:57 +0000 (15:51 -0500)
committerkremlin <ian@kremlin.cc>
Fri, 15 Aug 2014 20:51:57 +0000 (15:51 -0500)
commite1d23aa186b890d96334724a604dd56350143a70
treec7fb6f94cd6c21837531ec397f973b4608b3f2cf
parent4c6278f6a3c80b29be3e9f0a6c70860facb1182b
minor, change CFLAGS operator to '=' over '+='

setting CFLAGS in the makefile via += operator
made it tag on an extra -O3 -pipe 1, causing the
debug build to fail as it redundantly specifies
-O0
Makefile