From 1cabc8545a9dc2d8de0a08df2a05967f538c9fc2 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 1 Feb 2007 15:46:40 +0000
Subject: [PATCH] *** empty log message ***

---
 variables.in | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/variables.in b/variables.in
index ac425b1e79..c24a5af6b8 100644
--- a/variables.in
+++ b/variables.in
@@ -1,4 +1,4 @@
-# $Id: variables.in,v 1.14 2006-11-27 22:22:06 geuzaine Exp $
+# $Id: variables.in,v 1.15 2007-02-01 15:46:40 geuzaine Exp $
 #
 # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 #
@@ -33,8 +33,12 @@ CXX=@CXX@
 # environement variable or use the 'ldconfig' program.
 LINKER=@LINKER@
 
-# Compiler flags
+# All compiler flags except optimization flags
 FLAGS=@FLAGS@
+
+# FLAGS+=-arch i386 -arch ppc
+
+# Compiler optimization flags
 OPTIM=@OPTIM@
 
 # Gmsh subdirectories and libraries
-- 
GitLab