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/pjsip/build/Makefile

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