source: trunk/MagicSoft/Cosy/Makefile.conf.linux-gnu@ 761

Last change on this file since 761 was 738, checked in by tbretz, 23 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 425 bytes
Line 
1##################################################################
2#
3# config.mk
4#
5# @file config.mk
6#
7##################################################################
8# @maintitle
9
10# compilers
11
12CC = gcc
13CXX = g++
14F77 = f77
15AR = ar -rc
16#
17# ----->>> settings for compilation
18#
19
20OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
21DEBUG = -g
22
23# uncomment this for quiet compilation
24
25#.SILENT:
26
27# @endcode
28##EOF
29
30
Note: See TracBrowser for help on using the repository browser.