remove strcmp and fix hidden bugs

This commit is contained in:
2025-06-02 23:50:20 +02:00
parent e25b8236e4
commit db208bd912
3 changed files with 5 additions and 8 deletions

View File

@ -11,8 +11,8 @@ libstrops.a : strops.o
ar cr libstrops.a strops.o
strops.o : strops.c
# gcc -c -fPIC -ansi -ggdb -o strops.o strops.c
gcc -c -ansi -O2 -pipe -o strops.o strops.c
# gcc -c -ansi -fPIC -ggdb -o strops.o strops.c
gcc -c -ansi -fpic -O2 -pipe -o strops.o strops.c
.PHONY : install uninstall