Changeset 1127 in SHVCSoftware for branches/SHM-dev/build/linux/common


Ignore:
Timestamp:
7 Jul 2015, 02:47:01 (10 years ago)
Author:
seregin
Message:

macro cleanup: HIGHER_LAYER_IRAP_SKIP_FLAG
keep it for encoder only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/build/linux/common/makefile.base

    r1029 r1127  
    4848# default cpp flags for all configurations
    4949#CPPFLAGS          = -Wall -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
    50 CPPFLAGS          = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror
     50#CPPFLAGS          = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror
     51CPPFLAGS          = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare
    5152
    5253##########
Note: See TracChangeset for help on using the changeset viewer.