aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-28 22:15:31 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-28 22:15:31 +0200
commitf2dd7feb819fe4a8a4181dd1d04488e31f4b63a1 (patch)
tree9acc3d07251cf98dda6cc6eef1bb40d628ce489e
parentb05fa355c49c619cce1226716a395381a944f578 (diff)
downloadnissy-core-f2dd7feb819fe4a8a4181dd1d04488e31f4b63a1.tar.gz
nissy-core-f2dd7feb819fe4a8a4181dd1d04488e31f4b63a1.zip
Removed config.mk
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--config.mk6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 1d96c4c..4edf1b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1config.mk
1benchmark/results.txt 2benchmark/results.txt
2benchmark/run 3benchmark/run
3test/*/runtest 4test/*/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 @@
1CUBETYPE = CUBE_
2
3CFLAGS = -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -O3
4DBGFLAGS = -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -g3 -fsanitize=address -fsanitize=undefined
5
6CC = cc

Generated with cgit - Back to sebastiano.tronto.net