Make.spec
changeset 3523 e0b4392570f2
parent 3522 2a3ed09894fb
child 3770 60aeb64e8c86
equal deleted inserted replaced
3522:2a3ed09894fb 3523:e0b4392570f2
    32 #  +inlineMath : additionally inline some floatPnt math stuff
    32 #  +inlineMath : additionally inline some floatPnt math stuff
    33 #
    33 #
    34 # ********** OPTIONAL: MODIFY the next line(s) ***
    34 # ********** OPTIONAL: MODIFY the next line(s) ***
    35 # STCLOCALOPTIMIZATIONS=+optinline +inlineNew
    35 # STCLOCALOPTIMIZATIONS=+optinline +inlineNew
    36 # STCLOCALOPTIMIZATIONS=+optspace3
    36 # STCLOCALOPTIMIZATIONS=+optspace3
    37 STCLOCALOPTIMIZATIONS=+optinline
    37 STCLOCALOPTIMIZATIONS=+optinline +optinline2 +inlinenew
    38 
    38 
    39 
    39 
    40 # Argument(s) to the stc compiler (stc --usage).
    40 # Argument(s) to the stc compiler (stc --usage).
    41 #  -warn            : no warnings
    41 #  -warn            : no warnings
    42 #  -warnNonStandard : no warnings about ST/X extensions
    42 #  -warnNonStandard : no warnings about ST/X extensions
    43 #  -warnEOLComments : no warnings about EOL comment extension
    43 #  -warnEOLComments : no warnings about EOL comment extension
    44 #  -warnPrivacy     : no warnings about privateClass extension
    44 #  -warnPrivacy     : no warnings about privateClass extension
       
    45 #  -warnUnused      : no warnings about unused variables
    45 #
    46 #
    46 # ********** OPTIONAL: MODIFY the next line(s) ***
    47 # ********** OPTIONAL: MODIFY the next line(s) ***
    47 # STCWARNINGS=-warn
    48 # STCWARNINGS=-warn
    48 # STCWARNINGS=-warnNonStandard
    49 # STCWARNINGS=-warnNonStandard
    49 # STCWARNINGS=-warnEOLComments
    50 # STCWARNINGS=-warnEOLComments