Opened 17 years ago
Closed 16 years ago
#208 closed enhancement (fixed)
Pass --without-{debug,shared} to first Ncurses build
| Reported by: | eikniw | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | BOOK | Version: | |
| Keywords: | ncurses | Cc: | 
Description
The first build of Ncurses is only to install `tic', there are no libraries installed. Why, then, waste time building shared, static and debug libraries, when static is all that's used? Cut the build time down significantly by passing --without-debug --without-shared...
  Note:
 See   TracTickets
 for help on using tickets.
    
Fixed in r4986