From eb70590aa8a021ff5bc25213bf4cd61eef591a22 Mon Sep 17 00:00:00 2001 From: crodrigu Date: Sun, 17 Mar 2002 23:04:37 +0000 Subject: Sun Mar 17 18:22:12 2002 Craig Rodrigues --- include/makeinclude/platform_freebsd.GNU | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/makeinclude/platform_freebsd.GNU b/include/makeinclude/platform_freebsd.GNU index ec19e671667..213680a592d 100644 --- a/include/makeinclude/platform_freebsd.GNU +++ b/include/makeinclude/platform_freebsd.GNU @@ -7,9 +7,17 @@ ifeq ($(VERSION),2) versioned_so = 1 endif -optimize = 1 - -debug = 1 +ifndef exceptions + exceptions = 1 +endif + +ifeq (,$(debug)) + debug = 1 +endif + +ifeq (,$(optimize)) + optimize = 1 +endif CC = gcc CXX = g++ -- cgit v1.2.1