summaryrefslogtreecommitdiff
path: root/Examples/CppClassesInPhp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/CppClassesInPhp/Makefile')
-rw-r--r--Examples/CppClassesInPhp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/CppClassesInPhp/Makefile b/Examples/CppClassesInPhp/Makefile
index 76f0bb1..872cce3 100644
--- a/Examples/CppClassesInPhp/Makefile
+++ b/Examples/CppClassesInPhp/Makefile
@@ -1,10 +1,10 @@
CPP = g++
RM = rm -f
-CPP_FLAGS = -Wall -c -I. -O2 -std=c++11
+CPP_FLAGS = -Wall -c -I. -g -std=c++11
PREFIX = /usr
#Edit these lines to correspond with your own directories
-LIBRARY_DIR = ${PREFIX}/lib/php5/20121212
+LIBRARY_DIR = ${PREFIX}/lib/php5/20090626
PHP_CONFIG_DIR = /etc/php5/cli/conf.d
LD = g++