Changeset 560 for python/trunk/configure
- Timestamp:
- Feb 26, 2015, 5:22:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/configure
r400 r560 5956 5956 OPT="-g -O0 -Wall $STRICT_PROTO" 5957 5957 else 5958 OPT="-g $WRAP -O 3-Wall $STRICT_PROTO"5958 OPT="-g $WRAP -O2 -Wall $STRICT_PROTO" 5959 5959 fi 5960 5960 ;; 5961 5961 *) 5962 OPT="-O 3-Wall $STRICT_PROTO"5962 OPT="-O2 -Wall $STRICT_PROTO" 5963 5963 ;; 5964 5964 esac
Note:
See TracChangeset
for help on using the changeset viewer.