Skip to content

Commit

Permalink
Añade C++11 para versiones anteiores de g++
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmontero committed May 21, 2021
1 parent 1a08f55 commit cdd2a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion practica2.2/replicacion-chat/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=g++
CFLAGS=-g -I.
CFLAGS=-g -I. -std=c++11
DEPS = Socket.h Chat.h
OBJ = Socket.o Chat.o
LIBS=-lpthread
Expand Down

0 comments on commit cdd2a7a

Please sign in to comment.