diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config.mk | 6 |
2 files changed, 1 insertions, 6 deletions
| @@ -1,3 +1,4 @@ | |||
| 1 | config.mk | ||
| 1 | benchmark/results.txt | 2 | benchmark/results.txt |
| 2 | benchmark/run | 3 | benchmark/run |
| 3 | test/*/runtest | 4 | test/*/runtest |
diff --git a/config.mk b/config.mk deleted file mode 100644 index bf99225..0000000 --- a/config.mk +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 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 | ||
