Changeset 3752:0e8d130d03a0 in roaraudio for roarclients


Ignore:
Timestamp:
05/02/10 01:10:08 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test if compiler supports -Wextra

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r3669 r3752  
    1616#DEFINES        = -DDEBUG 
    1717INCLUDE    = -I../include -I./include 
    18 CFLAGS    += -g -Wall -Wextra -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
     18CFLAGS    += -g -Wall $(Wextra) -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
    1919LDFLAGS    = -g -L../lib/ $(LDPATH) 
    2020LIBS       = $(LIBROAR) 
Note: See TracChangeset for help on using the changeset viewer.