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
Compile with static linking: To ensure the resulting binary is a "statically linked" executable and not a "shared object," use the -static flag. You may also need -no-pie to strictly produce the ELF 64-bit LSB executable type.