Searched refs:build_command (Results 1 – 3 of 3) sorted by relevance
54 build_command="$CXX $CXXFLAGS -m$b -faddress-sanitizer -O$O $c.cc -o $exe"55 [ "$DEBUG" == "1" ] && echo $build_command56 $build_command
174 command = build_command( options )246 def build_command( options ) method in ANTLR3.Test.Grammar
204 sh( build_command( grammar ) )207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet