Changeset 6722

Show
Ignore:
Timestamp:
09/05/05 11:30:27 (3 years ago)
Author:
rafl
Message:

Debian:
* Build optimized by default.
* smoke-pugs instead of smoke as default test target.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r6695 r6722  
    22 
    33ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) 
     4        CFLAGS = unoptimized 
     5else 
    46        CFLAGS = optimized 
    5 else 
    6         CFLAGS = unoptimized 
    77endif 
    88 
    9 TESTS='smoke' 
     9TESTS='smoke-pugs' 
    1010 
    1111configure: configure-stamp