Changeset 13129
- Timestamp:
- 11/28/07 10:27:21 (6 months ago)
- Files:
-
- trunk/gdal/GDALmake.opt.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/GDALmake.opt.in
r13124 r13129 31 31 C_OPTFLAGS = @CFLAGS@ 32 32 # Flags to build debug version 33 CXX_DBGFLAGS = -g -DDEBUG 34 C_DBGFLAGS = -g -DDEBUG 33 CXX_DBGFLAGS = -g -DDEBUG @CFLAGS@ 34 C_DBGFLAGS = -g -DDEBUG @CXXFLAGS@ 35 35 # Flags to build profiling version 36 CXX_PROFFLAGS = -g3 -pg -DDEBUG 37 C_PROFFLAGS = -g3 -pg -DDEBUG 36 CXX_PROFFLAGS = -g3 -pg -DDEBUG @CFLAGS@ 37 C_PROFFLAGS = -g3 -pg -DDEBUG @CXXFLAGS@ 38 38 39 39 # SDE_LIB needs to be first because it embeds zlib. We need to use its symbols instead of -lz's
