diff options
| author | jordi.saludes <jordi.saludes@upc.edu> | 2010-06-18 11:47:14 +0000 |
|---|---|---|
| committer | jordi.saludes <jordi.saludes@upc.edu> | 2010-06-18 11:47:14 +0000 |
| commit | d313f22d7291d34e990675d84679f0239a7a1e08 (patch) | |
| tree | 3165bdc9c685f1694156a21b82d25f9ddf2cbc4c /contrib/py-bindings/Makefile | |
| parent | 606a8807208bfd4e62fcb41c872aae84ae8b4686 (diff) | |
DEBUG is off.
Diffstat (limited to 'contrib/py-bindings/Makefile')
| -rw-r--r-- | contrib/py-bindings/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile index 01b703698..0a5f32fca 100644 --- a/contrib/py-bindings/Makefile +++ b/contrib/py-bindings/Makefile @@ -2,8 +2,8 @@ src=../../src import=-i$src/runtime/haskell:$src/compiler cbind=../c-bindings pythoninc=/usr/include/python2.5 -debug=-optc '-DDEBUG=1' - +debug= #-optc '-DDEBUG=1' +exdir=../../examples/tutorial/embedded conf: ln -s $(cbind)/PGFFFI.hs ln -s $(cbind)/pgf.h |
