summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
-rw-r--r--bcc32/setup.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index da62cf7161..a184e347ae 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -95,7 +95,7 @@ libdir = $(exec_prefix)/lib
DESTDIR = $(prefix)
!endif
!ifndef CFLAGS
-CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus
+CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi
!endif
!ifndef CPPFLAGS
CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing
diff --git a/bcc32/setup.mak b/bcc32/setup.mak
index 8880360e55..04113dcaab 100644
--- a/bcc32/setup.mak
+++ b/bcc32/setup.mak
@@ -78,7 +78,7 @@ PROCESSOR_LEVEL = $(PROCESSOR_LEVEL)
\# RUBY_INSTALL_NAME = ruby
\# RUBY_SO_NAME = $$(RT)-$$(RUBY_INSTALL_NAME)$$(MAJOR)$$(MINOR)
\# prefix = /usr
-\# CFLAGS = -q $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG) -w- -wsus
+\# CFLAGS = -q $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi
\# CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)missing -DLIBRUBY_SO=\"$$(LIBRUBY_SO)\"
\# STACK = 0x2000000
\# LDFLAGS = -S:$$(STACK)