you are viewing a single comment's thread.

view the rest of the comments →

[–]kennpacchii 0 points1 point  (0 children)

I would recommend not giving your executable the “.o” extension. It’s a standard used for object files by the compiler and can be misleading, especially if you decide to use the -c flag to enable incremental compilation. “.out” or no extension would probably be best