Added RemoveUnused mod example

This commit is contained in:
David
2024-04-11 13:10:18 -04:00
parent 61141c09e8
commit 60a3eef4e5
10 changed files with 108 additions and 6 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
# Make `OPT` -g for better debugging info.
OPT := -O2
CC := gcc
CXX := g++
CFLAGS := -I . -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 $(OPT) -s