Changeset 909 for trunk/MagicSoft/Cosy/Makefile.conf.linux-gnu
- Timestamp:
- 08/15/01 12:39:04 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Makefile.conf.linux-gnu
r738 r909 8 8 # @maintitle 9 9 10 # @code 11 10 12 # compilers 11 13 12 CC = gcc13 CXX = g++14 F77 = f7715 AR = ar -rc14 CC = gcc 15 CXX = g++ 16 F77 = f77 17 AR = ar -rc 16 18 # 17 19 # ----->>> settings for compilation 18 20 # 19 21 20 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC 21 DEBUG = -g 22 OPTIM = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual 23 DEBUG = -g 24 25 MARS_LIB = -Llib $(SUBDIRS:%=-l%) 26 INCLUDES = -I. $(SUBDIRS:%=-I%) 22 27 23 28 # uncomment this for quiet compilation 24 29 25 #.SILENT:30 .SILENT: 26 31 27 32 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.