Changeset 2054 for trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
- Timestamp:
- 05/02/03 12:46:43 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.linux-gnu
r1172 r2054 24 24 ARCHDEF = -D__LINUX__ 25 25 26 # To be tested: 27 # OPTIM = -pipe 28 # OPTIM2 = -fomit-frame-pointer -ffast-math -march=i686 -mcpu=i686 29 26 30 # For debugging information use '-g' 27 31 # For producing gmon.out use '-pg' 28 32 29 MARS_LIB = -Llib $(SUBDIRS:%=-l%) 33 MARS_LIB = -Llib $(SUBDIRS:%=-l%) $(MARSLIBS) 30 34 INCLUDES = -I. $(SUBDIRS:%=-I%) 31 35
Note:
See TracChangeset
for help on using the changeset viewer.