From adb7dc9f4414e23bad1815fe592f74cfe7ff956e Mon Sep 17 00:00:00 2001 From: mescalinum Date: Wed, 12 Oct 2011 10:13:10 +0000 Subject: some fixes svn path=/trunk/externals/loaders/tclpd/; revision=15573 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index beec508..2c000a7 100644 --- a/Makefile +++ b/Makefile @@ -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 = -- cgit v1.2.1