commit | 87a3dc2bc6400d94ab1f30b9a4fb40aa5ec6b0fb | [log] [tgz] |
---|---|---|
author | Bill Cox <waywardgeek@gmail.com> | Fri Apr 15 13:30:46 2011 -0400 |
committer | Bill Cox <waywardgeek@gmail.com> | Fri Apr 15 13:30:46 2011 -0400 |
tree | 3dd196c14303773e178f43489d64c99a4f88eb87 | |
parent | 785a6c2127e74dac11c77d1e37e25c3a6e3eb274 [diff] [blame] |
More debian packaging tweaks
diff --git a/Makefile b/Makefile index f308b5f..a1745ac 100644 --- a/Makefile +++ b/Makefile
@@ -1,3 +1,7 @@ +# Note that -pthread is only included so that older Linux builds will be thread +# safe. We call malloc, and older Linux versions only linked in the thread-safe +# malloc if -pthread is specified. + #CFLAGS=-Wall -g -ansi -fPIC -pthread CFLAGS=-Wall -O2 -ansi -fPIC -pthread LIB_TAG=0.1.15