Changeset 17247 for trunk/Mars/Makefile.conf.linux
- Timestamp:
- 10/18/13 13:26:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile.conf.linux
r17129 r17247 9 9 # compilers 10 10 11 ifeq ($(shell which colorgcc), ) 11 12 CC := gcc 12 13 CXX := g++ 14 else 15 CC := colorgcc 16 CXX := colorgcc 17 endif 18 19 LINKER := g++ 13 20 F77 := f77 14 21 AR := ar -rc … … 19 26 OPTIM := -O5 -std=c++0x -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual 20 27 # ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion 21 DEBUG := 28 DEBUG := 22 29 ARCHDEF := -D__LINUX__ 23 30 SOFLAG := -shared
Note:
See TracChangeset
for help on using the changeset viewer.