Skip to content

fix: strip upstream optimization options to ensure respect our flags

Celeste Liu requested to merge coelacanthus/thc-ipv6:fix/march-native into main
  • 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

Merge request reports