aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-23 12:44:05 +0800
committerMistivia <i@mistivia.com>2025-07-23 12:45:05 +0800
commitfe6adec77e7f8697d4bc451bbbf7d60cefb45205 (patch)
treea12887b8b734f8c0b395cdde3179dc3c29f2dbd5
parent9ab3d5ebfa4970d9e8bad73ff38c1e0aa157e6c0 (diff)
delelte modules
-rw-r--r--.gitmodules3
-rw-r--r--Makefile2
m---------libs/algds0
3 files changed, 1 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 503bd08..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "3rdparty/algds"]
- path = libs/algds
- url = https://github.com/mistivia/algds.git
diff --git a/Makefile b/Makefile
index cb32eaa..dc1eff6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ifeq ($(mode), debug)
-g \
-fsanitize=address
else
- cflags = $(includes) -flto -O2
+ cflags = $(includes) -O2
endif
src = $(shell find ./ -maxdepth 1 -name '*.c' -not -name 'main.c')
diff --git a/libs/algds b/libs/algds
deleted file mode 160000
-Subproject 999fcf0f7655c03265c222cc67617f0f510979b