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 /config.mk | |
| parent | fabb1ae495c4404af0f26380c97d0bca7e881a27 (diff) | |
| download | nissy-core-b05fa355c49c619cce1226716a395381a944f578.tar.gz nissy-core-b05fa355c49c619cce1226716a395381a944f578.zip | |
Started working on AVX2 (not working yet)
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1 +1,6 @@ | |||
| 1 | CUBETYPE = CUBE_$(TYPE) | 1 | CUBETYPE = CUBE_ |
| 2 | |||
| 3 | CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -O3 | ||
| 4 | DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -g3 -fsanitize=address -fsanitize=undefined | ||
| 5 | |||
| 6 | CC = cc | ||
