Changeset 633 for trunk/SConstruct
- Timestamp:
- 03/27/07 18:32:54 (2 years ago)
- Files:
-
- trunk/SConstruct (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SConstruct
r610 r633 481 481 "enable_valgrind_checks", "Enable valgrind check code embedded in OpenSG.", False) 482 482 483 feature_options["enable_memory_debugging"] = sca_opts.BoolOption( 484 "enable_memory_debugging", "Enable memory debugging checks in OpenSG.", False) 485 483 486 if "win32" == platform: 484 487 feature_options["enable_win_localstorage"] = sca_opts.BoolOption( … … 673 676 "OSG_ICC_GNU_COMPAT" : common_env["icc_gnu_compat"], 674 677 "OSG_ENABLE_VALGRIND_CHECKS" : common_env["enable_valgrind_checks"], 678 "OSG_ENABLE_MEMORY_DEBUGGING" : common_env["enable_memory_debugging"], 675 679 676 680 "OSG_WITH_JPG" : image_format_options["jpeg"].isAvailable(),
