public
Description: Darwin Streaming Server
Clone URL: git://github.com/lstoll/dss.git
Search Repo:
Cleaning white space, adding commented out debug flag for later user.
lstoll (author)
Thu Jun 26 07:43:06 -0700 2008
commit  02753c77b9dad9e020f57434c6af2a6843d2e28a
tree    aa34eb47cbe0ff87722a3a363387bf4e430e2320
parent  22eef8adb5b09222362653a68bec426027da2936
...
95
96
97
98
99
 
 
100
101
102
...
95
96
97
 
 
98
99
100
101
102
0
@@ -95,8 +95,8 @@ case $PLAT in
0
     LINKER='gcc'
0
      MAKE='make -j8 '
0
      
0
- COMPILER_FLAGS="-D_REENTRANT -D__USE_POSIX -D__linux__ -pipe"
0
- INCLUDE_FLAG="-include"
0
+ COMPILER_FLAGS="-D_REENTRANT -D__USE_POSIX -D__linux__ -pipe" # -g add this flag to enable debug builds
0
+ INCLUDE_FLAG="-include"
0
     
0
     CORE_LINK_LIBS="-lpthread -ldl -lstdc++ -lm -lcrypt"
0
 

Comments

    No one has commented yet.