Changeset 1625 for cobra/trunk/Developer/ImplementationNotes.text
- Timestamp:
- 09/21/08 16:44:49 (4 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Developer/ImplementationNotes.text (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/ImplementationNotes.text
r1565 r1625 48 48 # or on Unix-like systems: 49 49 testify ../Tests/100-basics 50 51 Note that -bsl is an abbreviation for -build-standard-library. 52 53 To update the system: 54 55 cd Workspace-Foo 56 svn up 57 cd Source 58 comp 59 cobra hello 60 cobra -bsl 61 cobra -ert:no hello 62 63 Or if you are already in the Source directory: 64 65 cd .. 66 svn up 67 cd Source 68 comp 69 cobra hello 70 cobra -bsl 71 cobra -ert:no hello 72 73 74 The -turbo option excludes all contracts, asserts, nil checks and unit tests. It also turns on optimization. If you're building Cobra just to have the latest (as opposed to doing development) you may wish to build with this option: 75 76 comp -turbo 77 cobra -bsl -turbo 50 78 51 79



