OSDN Git Service

tunerec: large change to record multi-threaded
[rec10/rec10-git.git] / tunerec / Makefile
index 4d5310d..0c80392 100755 (executable)
@@ -6,8 +6,8 @@ TARGETS = tunerec
 LANG            = C
 CC              = gcc
 
 LANG            = C
 CC              = gcc
 
-#CFLAGS         = -std=c99 -O2 -Wall -g
-CFLAGS          = -std=c99 -O2 -Wall -ggdb
+#CFLAGS         = -std=c99 -O2 -Wall -pthread -g
+CFLAGS          = -std=c99 -O2 -Wall -pthread -ggdb
 
 LIBS            =
 
 
 LIBS            =