config.mk
branchpyrit
changeset 49 558fde7da82a
parent 41 c1080cb5bd6d
equal deleted inserted replaced
48:a4913301c626 49:558fde7da82a
       
     1 CXX=ccache g++
       
     2 
     1 CCFLAGS=-g -Wall -Wno-write-strings -fno-strict-aliasing -I$(ROOT)/include
     3 CCFLAGS=-g -Wall -Wno-write-strings -fno-strict-aliasing -I$(ROOT)/include
     2 LDFLAGS=
     4 LDFLAGS=
     3 
     5 
     4 PY_CCFLAGS=$(shell python-config --includes)
     6 PY_CCFLAGS=$(shell python-config --includes)
     5 PY_LDFLAGS=$(shell python-config --libs)
     7 PY_LDFLAGS=$(shell python-config --libs)