From 2c37d624751786d05e727848172e915c826885da Mon Sep 17 00:00:00 2001 From: Willem Haffmans Date: Tue, 10 Jun 2025 16:35:37 +0200 Subject: [PATCH] MAke file : WEXTRA --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 3874dab..ccb75a9 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # **************************************************************************** # # # -# ::: :::::::: # -# Makefile :+: :+: :+: # -# +:+ +:+ +:+ # -# By: qmennen +#+ +:+ +#+ # -# +#+#+#+#+#+ +#+ # -# Created: 2024/10/15 11:48:46 by whaffman #+# #+# # -# Updated: 2025/06/05 17:28:32 by qmennen ### ########.fr # +# :::::::: # +# Makefile :+: :+: # +# +:+ # +# By: whaffman +#+ # +# +#+ # +# Created: 2024/10/15 11:48:46 by whaffman #+# #+# # +# Updated: 2025/06/10 16:22:24 by whaffman ######## odam.nl # # # # **************************************************************************** # @@ -47,10 +47,10 @@ SOURCES = $(shell basename -a $(shell find $(SRC_PATH) -type f -name "*.c")) BUILD_CONFIGS = release debug asan tsan release_CFLAGS = -Wall -Wextra -Werror -flto -Ofast -march=native -mtune=native -ffast-math -DFULLSCREEN=0 -unity_CFLAGS = -Wall -Werror -Werror -Ofast -march=native -mtune=native -ffast-math -debug_CFLAGS = -Wall -Werror -Werror -g3 -DDEBUG -DDBG='fprintf(stderr, RED "DEBUG: " RESET "%s:%d (%s)\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);' -asan_CFLAGS = -Wall -Werror -Werror -flto -fsanitize=address,leak,undefined -g3 -DFULLSCREEN=0 -tsan_CFLAGS = -Wall -Werror -Werror -fsanitize=thread -g3 +unity_CFLAGS = -Wall -Wextra -Werror -Ofast -march=native -mtune=native -ffast-math +debug_CFLAGS = -Wall -Wextra -Werror -g3 -DDEBUG -DDBG='fprintf(stderr, RED "DEBUG: " RESET "%s:%d (%s)\n", __FILE__, __LINE__, __PRETTY_FUNCTION__);' +asan_CFLAGS = -Wall -Wextra -Werror -flto -fsanitize=address,leak,undefined -g3 -DFULLSCREEN=0 +tsan_CFLAGS = -Wall -Wextra -Werror -fsanitize=thread -g3 RUN_ARGS=test.cub