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
Replace is not None checks for linker flags with booleans (#989)
The earlier code would check for requested linker flags using "is not
None" instead of True/False. This can result in unwanted flags being
passed to the linker in some instances. This change replaces the "is
not None" check with simple boolean checks where appropriate.
Co-authored-by: Leo Fang <leof@nvidia.com>
0 commit comments