mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
project(default)
|
|
|
|
add_compile_options(-Werror -Wall -Wextra -g)
|
|
|
|
add_executable(output.s example.cpp)
|