Changeset 2146
- Timestamp:
- 07/02/08 19:36:20 (5 months ago)
- Location:
- trunk/source
- Files:
-
- 4 modified
-
Makefile (modified) (1 diff)
-
sys_gcc/Makefile.conf (modified) (1 diff)
-
sys_gcc_shared/Makefile.conf (modified) (1 diff)
-
sys_gprof/Makefile.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Makefile
r2102 r2146 4 4 # but after that you can use any compiler you want (set with CXX) 5 5 6 OPT = -g -O3 6 OPT = -g -O3 -ftrapping-math 7 7 CXX = g++ 8 8 CXXFLAGS = -ansi ${OPT} -Wall -
trunk/source/sys_gcc/Makefile.conf
r1498 r2146 1 OPT = -O3 1 OPT = -O3 -ftrapping-math 2 2 CXX = g++ 3 3 CXXFLAGS = ${OPT} -Wall -DNDEBUG -
trunk/source/sys_gcc_shared/Makefile.conf
r1594 r2146 1 OPT = -O3 1 OPT = -O3 -ftrapping-math 2 2 CXX = g++ 3 3 CXXFLAGS = ${OPT} -Wall -DNDEBUG -fPIC -
trunk/source/sys_gprof/Makefile.conf
r1388 r2146 1 OPT = -O3 1 OPT = -O3 -ftrapping-math 2 2 CXX = g++ 3 3 CXXFLAGS = ${OPT} -Wall -DNDEBUG -DUSE_GPROF -pg
