Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/build/linux/common/makefile.base
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/build/linux/common/makefile.base
r1313 r1412 47 47 48 48 # default cpp flags for all configurations 49 #CPPFLAGS = -Wall -fPIC$(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)50 CPPFLAGS = -fPIC $(DEFS)$(ADDDEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror49 #CPPFLAGS = -Wall $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) 50 CPPFLAGS = $(DEFS) $(ADDDEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror 51 51 52 52 ########## … … 61 61 ifeq ($(HIGHBITDEPTH), 1) 62 62 CPPFLAGS+="-DRExt__HIGH_BIT_DEPTH_SUPPORT=1" 63 endif 64 65 ifeq ($(EXTENSION_360_VIDEO), 1) 66 CPPFLAGS+=-DEXTENSION_360_VIDEO=1 67 else 68 CPPFLAGS+=-DEXTENSION_360_VIDEO=0 63 69 endif 64 70
Note: See TracChangeset for help on using the changeset viewer.