Changeset 3423 for trunk/README.developer
- Timestamp:
- Sep 16, 2015, 1:40:55 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.13-stable (added) merged: 3418,3420-3422
- Property svn:mergeinfo changed
-
trunk/README.developer
r3417 r3423 153 153 154 154 155 == Avoid compiler warnings from hts.h == 156 157 When compiling with GCC in C++98 mode with -pedantic (as is 158 recommended under development) the file 'htslib/hts.h' will cause 159 warnings if it's not installed as system header. You can avoid this 160 warning by replacing CPPFLAGS=-I/path/to/htslib with 161 CPPFLAGS="-isystem /path/to/htslib". 162 155 163 = Release Procedure = 156 164
Note: See TracChangeset
for help on using the changeset viewer.