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
-g should generate code using the "alternate way" documented in the GCC manual to make the generated code friendly with shared libraries and also safer since it is gonna become read only data. It will probably run faster too on most modern systems.
The text was updated successfully, but these errors were encountered:
https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
-g should generate code using the "alternate way" documented in the GCC manual to make the generated code friendly with shared libraries and also safer since it is gonna become read only data. It will probably run faster too on most modern systems.
The text was updated successfully, but these errors were encountered: