Changeset 1313 in 3DVCSoftware for trunk/build/linux/common
- Timestamp:
- 13 Aug 2015, 17:38:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/linux/common/makefile.base
r872 r1313 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.