diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-12 10:13:10 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-12 10:13:10 +0000 |
commit | adb7dc9f4414e23bad1815fe592f74cfe7ff956e (patch) | |
tree | 45893170056bf765d6d3a1b30abaed7d0ba684ea /Makefile | |
parent | a3e880fded283532ebd709160278f0aff768066d (diff) |
some fixes
svn path=/trunk/externals/loaders/tclpd/; revision=15573
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -35,7 +35,9 @@ EXTRA_DIST = tcl.i tcl_extras.h pdlib.tcl $(TCLPD_SOURCES) ChangeLog.txt AUTHORS # #------------------------------------------------------------------------------# -ALL_CFLAGS = $(PD_INCLUDES) -std=c99 -I/usr/include/tcl8.5 +ALL_CFLAGS = $(PD_INCLUDES) -std=c99 -I/usr/include/tcl8.5 \ + -fno-strict-aliasing \ + -Wall -W -Wno-unused-parameter ALL_LDFLAGS = SHARED_LDFLAGS = ALL_LIBS = @@ -52,7 +54,7 @@ LIBS_windows = -ltcl85 "$(LIBRARY_NAME).def" # these can be set from outside without (usually) breaking the build DEBUG = 0 -CFLAGS = -Wall -W +CFLAGS = LDFLAGS = LIBS = |