¿Bandera Clang para suprimir la creación de archivos?
Frecuentes
Visto 47 veces
1 Respuestas
1
When you're generating a single file, you can use the -o
option to choose the output file, so -o /dev/null
will just get rid of the output without generating any file. You'll still get warnings and errors printed to stderr.
This works in both gcc and clang.
respondido 27 nov., 13:07
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas clang llvm or haz tu propia pregunta.