From b05fa355c49c619cce1226716a395381a944f578 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 28 Oct 2023 20:42:24 +0200 Subject: Started working on AVX2 (not working yet) --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7459910..54848ac 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,5 @@ -# See LICENSE file for copyright and license details. - include config.mk -CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ - -Wno-unused-parameter -O3 -DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \ - -Wno-unused-parameter -Wno-unused-function -g3 \ - -fsanitize=address -fsanitize=undefined - -CC = cc - all: cube.o debugcube.o cube.o: clean -- cgit v1.3