diff options
Diffstat (limited to 'philo_one')
| -rw-r--r-- | philo_one/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/philo_one/Makefile b/philo_one/Makefile index 76874a6..0026516 100644 --- a/philo_one/Makefile +++ b/philo_one/Makefile @@ -6,7 +6,7 @@ # By: cacharle <marvin@42.fr> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/24 05:50:15 by cacharle #+# #+# # -# Updated: 2021/01/01 13:50:11 by charles ### ########.fr # +# Updated: 2021/01/01 15:18:11 by charles ### ########.fr # # # # **************************************************************************** # @@ -16,7 +16,7 @@ MAKE = make --no-print-directory COMMONDIR = ../common CC = gcc -CCFLAGS = -I$(COMMONDIR) -std=c99 -Wall -Wextra -Werror +CCFLAGS = -I$(COMMONDIR) -O2 -std=c99 -Wall -Wextra -Werror LDFLAGS = -lpthread -L$(COMMONDIR) -lphilocommon NAME = philo_one |
