aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-08 17:57:23 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-08 17:57:23 +0100
commit36c5e3a81de8b910bc04a37994b53296c1540353 (patch)
treeed8ff37d914606ba3b4d6921956bd9b29cac0f17 /common/Makefile
parentad7ed73c124c8fcda6629350307f0f4f41b87fe3 (diff)
downloadphilosophers-36c5e3a81de8b910bc04a37994b53296c1540353.tar.gz
philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.tar.bz2
philosophers-36c5e3a81de8b910bc04a37994b53296c1540353.zip
Added separate thread to flush buffer in philo_one and philo_two
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile
index e40fb30..fad09a8 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/09 22:39:08 by cacharle #+# #+# #
-# Updated: 2021/01/08 14:32:37 by charles ### ########.fr #
+# Updated: 2021/01/08 15:05:48 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -19,7 +19,7 @@ OBJDIR = obj
INCDIR = inc
CC = gcc
-CCFLAGS = -std=c99 -Wall -Wextra -Werror -O2 -I$(INCDIR)
+CCFLAGS = -std=c99 -O2 -I$(INCDIR) -Wall -Wextra #-Werror
NAME = libphilocommon.a