-
-
Notifications
You must be signed in to change notification settings - Fork 9
pragma options
IsaacShelton edited this page Mar 21, 2022
·
1 revision
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