Skip to content

Instantly share code, notes, and snippets.

@CHH
CHH / compile_flags.txt
Created March 7, 2012 12:56 — forked from xenji/compile_flags.txt
Compile flags for xcache and memcache for php5.4.0
CFLAGS="-D_REENTRANT -D_THREAD_SAFE -O3 -pipe -pthread" CXXFLAGS="-D_REENTRANT -D_THREAD_SAFE -O3 -pipe -pthread" ./configure