Ignore:
Timestamp:
Feb 8, 2006 11:15:20 AM (18 years ago)
Author:
bennylp
Message:

Removed default CFLAGS=-O2 -g in Makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/Makefile

    r144 r154  
    1111# Gather all flags. 
    1212# 
    13 export _CFLAGS  := -O2 -g $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \ 
     13export _CFLAGS  := $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \ 
    1414                   $(CFLAGS) $(CC_INC)../include $(CC_INC)../../pjlib/include \ 
    1515                   $(CC_INC)../../pjlib-util/include 
Note: See TracChangeset for help on using the changeset viewer.