We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a08f55 commit cdd2a7aCopy full SHA for cdd2a7a
practica2.2/replicacion-chat/Makefile
@@ -1,5 +1,5 @@
1
CC=g++
2
-CFLAGS=-g -I.
+CFLAGS=-g -I. -std=c++11
3
DEPS = Socket.h Chat.h
4
OBJ = Socket.o Chat.o
5
LIBS=-lpthread
0 commit comments