From d38f2acf80016f6f1b819b886ceaa72146a9b181 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 10 Jan 2001 17:43:14 +0000 Subject: [PATCH] Some notes on the use of DEC's cxx compiler. We don't support it yet, but this is a list of flags that might be useful. git-svn-id: https://svn.dealii.org/trunk@3641 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/configure.in b/deal.II/configure.in index 04abad6d57..6e0c3465dd 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -209,6 +209,14 @@ if test "$GXX" = yes ; then else dnl Other compiler + + dnl For DECs cxx we should use the following options: + dnl CXXFLAGSO: -ansi_alias -O3 + dnl CXXFLAGSG: -std strict_ansi_errors -w0 + dnl if necessary: -shared, -pthread + dnl Should one use -compress? -distinguish_nested_enums? -nousing_std? + dnl -pch? -noimplicit_include? + AC_MSG_ERROR(No compiler options for this C++ compiler specified at present) exit 1 -- 2.39.5