Closed MoNTE48 closed 1 year ago
"clang: error: argument unused during compilation: '-msse2' [-Werror,-Wunused-command-line-argument]" "error: unknown FP unit 'sse'"
CFLAGS += -Wall -Werror -O3 -msse2 -mfpmath=sse -flto
should be replaced on:
CFLAGS += -Wall -Werror -O3 -flto
In any case, what are the benefits of the flags above when used with modern gcc/clang?
yeah those flags should be removed now
@JayXon, any updates on my issue? Only two (tested) lines.
I have the same issue
"clang: error: argument unused during compilation: '-msse2' [-Werror,-Wunused-command-line-argument]" "error: unknown FP unit 'sse'"
should be replaced on:
In any case, what are the benefits of the flags above when used with modern gcc/clang?