Changeset 3641:6c894ae04329 in roaraudio for roarclients/Makefile


Ignore:
Timestamp:
03/11/10 23:59:11 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use -Wextra

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r3539 r3641  
    1616#DEFINES        = -DDEBUG 
    1717INCLUDE    = -I../include -I./include 
    18 CFLAGS    += -g -Wall -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.