diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-08-21 17:46:52 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2005-08-21 17:46:52 +0000 |
commit | 4cde391f5f1ba80c803fc02adece857e5eb720f7 (patch) | |
tree | 29b4221f9cd35b5de5529e684b9e3f784c381feb /pd/src/makefile | |
parent | 0d4b66c7bc77f6a2fafb1debe548f8621d21cf70 (diff) |
Fixed scalar_redraw to check if glist is visible; moved 'data' doc and
updated it somewhat.
svn path=/trunk/; revision=3441
Diffstat (limited to 'pd/src/makefile')
-rw-r--r-- | pd/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/makefile b/pd/src/makefile index 433bbb6c..2ad50698 100644 --- a/pd/src/makefile +++ b/pd/src/makefile @@ -19,7 +19,7 @@ GLIB = -ltk8.4 -ltcl8.4 LDFLAGS = -Wl,-export-dynamic -lasound LIB = -ldl -lpthread -lasound -OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer +OPT_CFLAGS = -g WARN_CFLAGS = -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch ARCH_CFLAGS = -DPD |