remove strcmp and fix hidden bugs
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user