79775394

Date: 2025-09-26 00:46:32
Score: 0.5
Natty:
Report link

You forgot to double quote the string:

set(compileOptions "-Wall -Wextra -O3 -Wno-narrowing -ffast-math -march=native")

So, what ends up happening is that compileOptions is set to "-Wall," only, and the other tokens, such as "-Wextra", "-O3", etc, are parsed as options to the set command.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jack D Menendez