diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-28 20:42:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-28 20:42:24 +0200 |
| commit | b05fa355c49c619cce1226716a395381a944f578 (patch) | |
| tree | b46416e2fbbc70f3d780f4e0ea3de7763115efe0 /Makefile | |
| parent | fabb1ae495c4404af0f26380c97d0bca7e881a27 (diff) | |
| download | nissy-core-b05fa355c49c619cce1226716a395381a944f578.tar.gz nissy-core-b05fa355c49c619cce1226716a395381a944f578.zip | |
Started working on AVX2 (not working yet)
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
| @@ -1,15 +1,5 @@ | |||
| 1 | # See LICENSE file for copyright and license details. | ||
| 2 | |||
| 3 | include config.mk | 1 | include config.mk |
| 4 | 2 | ||
| 5 | CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra \ | ||
| 6 | -Wno-unused-parameter -O3 | ||
| 7 | DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \ | ||
| 8 | -Wno-unused-parameter -Wno-unused-function -g3 \ | ||
| 9 | -fsanitize=address -fsanitize=undefined | ||
| 10 | |||
| 11 | CC = cc | ||
| 12 | |||
| 13 | all: cube.o debugcube.o | 3 | all: cube.o debugcube.o |
| 14 | 4 | ||
| 15 | cube.o: clean | 5 | cube.o: clean |
