Changeset 1112 for trunk/devel/run
- Timestamp:
- 2012-08-01T19:55:06+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/devel/run (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/run
r1103 r1112 10 10 if [[ $# -gt 0 ]]; then 11 11 args=("$@") 12 elif [[ $type = "make" ]]; then 13 args=() 12 14 fi 13 15 fi … … 142 144 phpize --clean \ 143 145 && phpize \ 144 && CFLAGS="-g -O0 - Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \146 && CFLAGS="-g -O0 -pedantic-errors -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \ 145 147 --enable-xcache-cacher \ 146 148 --enable-xcache-optimizer \
Note: See TracChangeset
for help on using the changeset viewer.

