fix: strip upstream optimization options to ensure respect our flags
- s/CFLAGS=/CFLAGS+=/g is unneeded now.
- -march=native will lead to SIGILL, resolve #1
- strip -g -O3 -flto to obey our compile options
Signed-off-by: Celeste Liu CoelacanthusHex@gmail.com