Changeset 40419
- Timestamp:
- 05/13/17 19:52:49 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/makesh4.sh
r38208 r40419 69 69 70 70 if [ "$GROUP" = "dev" ] && [ "$TYPE" != "ufs910" ] && [ "$TYPE" != "ufs922" ]; then 71 devflag="-finstrument-functions -rdynamic -DBETA" 71 devflag="-finstrument-functions -rdynamic -DBETA -DEXTEPLAYER3" 72 elif [ "$GROUP" = "dev" ]; then 73 devflag="-DBETA -DEXTEPLAYER3" 72 74 else 73 devflag="" 74 fi 75 devflag="-DEXTEPLAYER3" 76 fi 77 75 78 76 79 #if [ "$GROUP" = "dev" ];then
Note: See TracChangeset
for help on using the changeset viewer.