Closed oppiet30 closed 1 month ago
If you change the line in the Makefile that reads:
CFLAGS = -O3 -march=native -pipe -D_GNU_SOURCE -Wall -std=c11 -Wno-array-bounds -flto
to:
CFLAGS = -O3 -march=native -pipe -D_GNU_SOURCE -Wall -std=c11 -Wno-array-bounds -flto=auto
The flt-wrapper warnings don't show up.
I've now fixed the warnings. Thanks.