From 39c371a659a65ec14fffde12c79f8f140078e215 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 9 Mar 2020 14:48:28 +0100 Subject: CC back to clang only --- libft/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'libft') diff --git a/libft/Makefile b/libft/Makefile index 1f93f13..d2053ee 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -119,18 +119,10 @@ USER = $(shell w | grep tty7 | awk '{print $$1}') #==============================================================================# #-------------------------------- Compiler ------------------------------------# #==============================================================================# -ifeq (${OS}, Darwin) - DEBUG = -glldb -else - DEBUG = -ggdb -endif +DEBUG = -glldb FSANITIZE = -fsanitize=address #------------------------------------------------------------------------------# -ifeq (${OS}, Darwin) - CC = clang -else - CC = gcc -endif +CC = clang #------------------------------------------------------------------------------# CFLAGS = -std=c89 CFLAGS += -Wall -- cgit v1.2.3