List the gcc command-line options for each of the following: Generate a .o file rather than an executable. Generate a .s (assembly code) file rather than an executable. Enable the highest level of optimization. Enable optimizations that do not make debugging more difficult. Include debugging information in the executable file.