You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which indeed sets a variable but does not modify global compiler flag variables since we wanted to give the caller the flexibility to set them per-target or project-wide.
Reading through the book, the function set_compiler_flag doesn't result in the expected behavior.
Expected Behavior
After calling set_compiler_flag, I would expect that compiler flag to be set.
Current Behavior
The function sets a status variable to indicate that the flag is valid.
Possible Solution
Rename to check_compiler_flag or find_valid_compiler_flag
The text was updated successfully, but these errors were encountered: