Changeset 5851:735e3e6b9d59 in roaraudio for tests/Makefile


Ignore:
Timestamp:
01/07/13 17:44:05 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make more use out of $(DEBUG_g) and $(Wall)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r5746 r5851  
    55 
    66INCLUDE = -I../include 
    7 CFLAGS += -g -Wall $(Wextra) $(OPTI_O) $(DEFINES) $(INCLUDE) $(INCPATH) $(fPIC) 
    8 LDFLAGS+= -g -Wall $(Wextra) $(OPTI_O) -L../lib $(LDPATH) 
     7CFLAGS += $(DEBUG_g) $(Wall) $(Wextra) $(OPTI_O) $(DEFINES) $(INCLUDE) $(INCPATH) $(fPIC) 
     8LDFLAGS+= $(DEBUG_g) $(Wall) $(Wextra) $(OPTI_O) -L../lib $(LDPATH) 
    99 
    1010all: 
Note: See TracChangeset for help on using the changeset viewer.