added -bc for BoundsChecker

This commit is contained in:
Dave Schuyler 2001-01-26 01:08:24 +00:00
parent dc8b01ff3f
commit de472a6fa7
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,8 @@
// In general, it is safe to define these to be the same. However,
// don't define these to be '.', or you will be very sad the next time
// you run 'make clean'.
#defer ODIR Opt$[OPTIMIZE]-$[PLATFORM]
#defer BC_VARIANT $[if $[USE_BOUNDSCHECKER],-bc]
#defer ODIR Opt$[OPTIMIZE]$[BC_VARIANT]-$[PLATFORM]
#defer ODIR_SHARED $[ODIR]
#defer ODIR_STATIC $[ODIR]