Changeset 1200 in 3DVCSoftware for branches/HTM-14.1-update-dev0/build/linux/common
- Timestamp:
- 4 May 2015, 18:38:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev0/build/linux/common/makefile.base
r872 r1200 13 13 ######################################################### 14 14 15 CPP 15 CPP = g++ 16 16 CC = gcc 17 17 AR = ar … … 48 48 # default cpp flags for all configurations 49 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 -Werror50 CPPFLAGS = -fPIC $(DEFS) $(ADDDEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror 51 51 52 52 ########## … … 58 58 endif 59 59 ########## 60 61 ifeq ($(HIGHBITDEPTH), 1) 62 CPPFLAGS+="-DRExt__HIGH_BIT_DEPTH_SUPPORT=1" 63 endif 60 64 61 65 #
Note: See TracChangeset for help on using the changeset viewer.