compiler/stx_goodies_petitparser_compiler.st
changeset 429 23de165842c3
parent 422 116d2b2af905
child 430 77cf8e710a8e
equal deleted inserted replaced
428:b879012e366e 429:23de165842c3
    74      by searching all classes (and their packages) which are referenced by my classes."
    74      by searching all classes (and their packages) which are referenced by my classes."
    75 
    75 
    76     ^ #(
    76     ^ #(
    77         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
    77         #'stx:libbasic2'    "Stack - referenced by PPCCompiler>>initialize"
    78     )
    78     )
       
    79 !
       
    80 
       
    81 stcOptimizationOptions
       
    82     "do not inline the not operation here - it is overwritten"
       
    83 
       
    84     ^ super stcOptimizationOptions , ' -inlinenot'
       
    85 
       
    86     "Created: / 13-04-2015 / 14:18:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    79 !
    87 !
    80 
    88 
    81 subProjects
    89 subProjects
    82     "list packages which are known as subprojects.
    90     "list packages which are known as subprojects.
    83      The generated makefile will enter those and make there as well.
    91      The generated makefile will enter those and make there as well.