Skip to content

pragma options

IsaacShelton edited this page Mar 21, 2022 · 1 revision

pragma options

pragma options is a pragma directive that passes command-line options to the compiler

pragma options ​'-n Project -O3 --no-typeinfo'

See command-line usage for compiler arguments

Clone this wiki locally