Changeset 1124 for trunk/devel/run
- Timestamp:
- 2012-08-04T05:57:00+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/devel/run (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/run
r1123 r1124 150 150 fi 151 151 export PATH=$PHPSDIR/$phpbasename/bin:$PATH 152 local pedantic= 153 case $phpbasename in 154 php5|php5.4) pedantic=-pedantic-errors;; 155 *) pedantic=-pedantic;; 156 esac 152 157 phpize --clean \ 153 158 && phpize \ 154 && CFLAGS="-g -O0 -pedantic-errors-Wno-variadic-macros -Wno-long-long -Wall -Wno-unused-parameter -Wno-unused-function -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \159 && CFLAGS="-g -O0 $pedanti -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused-parameter -Wno-unused-function -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \ 155 160 --enable-xcache-cacher \ 156 161 --enable-xcache-optimizer \
Note: See TracChangeset
for help on using the changeset viewer.

