Ignore:
Timestamp:
08/15/01 12:39:04 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Makefile.conf.linux-gnu

    r738 r909  
    88# @maintitle
    99
     10# @code
     11
    1012# compilers
    1113
    12 CC  = gcc
    13 CXX = g++
    14 F77 = f77
    15 AR  = ar -rc
     14CC            = gcc
     15CXX           = g++
     16F77           = f77
     17AR            = ar -rc
    1618#
    1719#  ----->>>   settings for compilation
    1820#
    1921
    20 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
    21 DEBUG = -g
     22OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual
     23DEBUG    = -g
     24
     25MARS_LIB  = -Llib $(SUBDIRS:%=-l%)
     26INCLUDES  = -I. $(SUBDIRS:%=-I%)
    2227
    2328# uncomment this for quiet compilation
    2429
    25 #.SILENT:
     30.SILENT:
    2631
    2732# @endcode
Note: See TracChangeset for help on using the changeset viewer.