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
An alternative solution would be to make IGC/CMakeLists.txt aware of the presence of D_FORTIFY_SOURCE in the environment and skip defining it again (or in case you strongly want to set the value of _FORTIFY_SOURCE to 2 for some reasons, undefine it first with -U as @tjaalton proposed)
An alternative solution would be to make IGC/CMakeLists.txt aware of the presence of D_FORTIFY_SOURCE in the environment and skip defining it again (or in case you strongly want to set the value of _FORTIFY_SOURCE to 2 for some reasons, undefine it first with -U as @tjaalton proposed)
so please add -U_FORTIFY_SOURCE before defining it in IGC/CMakeLists.txt
The text was updated successfully, but these errors were encountered: