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)
commitaa4e15dfb588f060c4e9a7a5d652e656fd3ed553
treec7fb6f94cd6c21837531ec397f973b4608b3f2cf
parent6291d74b01f95a6d7cb501f2b9d08e4a6cb10643
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