SConscript (9036:6385cf85bf12) | SConscript (9104:27d56b644e78) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 71 unchanged lines hidden (view full) --- 80DebugFlag('RubyMemory') 81DebugFlag('RubyNetwork') 82DebugFlag('RubyPort') 83DebugFlag('RubyQueue') 84DebugFlag('RubySequencer') 85DebugFlag('RubySlicc') 86DebugFlag('RubySystem') 87DebugFlag('RubyTester') | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 71 unchanged lines hidden (view full) --- 80DebugFlag('RubyMemory') 81DebugFlag('RubyNetwork') 82DebugFlag('RubyPort') 83DebugFlag('RubyQueue') 84DebugFlag('RubySequencer') 85DebugFlag('RubySlicc') 86DebugFlag('RubySystem') 87DebugFlag('RubyTester') |
88DebugFlag('RubyStats') |
|
88 89CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 90 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', 91 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) | 89 90CompoundFlag('Ruby', [ 'RubyQueue', 'RubyNetwork', 'RubyTester', 91 'RubyGenerated', 'RubySlicc', 'RubySystem', 'RubyCache', 92 'RubyMemory', 'RubyDma', 'RubyPort', 'RubySequencer', 'RubyCacheTrace']) |