FIX: fixed some compiler warnings about strlen call and sscanf.
CHG: trying some optimised gcc settings in Makefile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CC = gcc
|
||||
LD = gcc
|
||||
CFLAGS = -std=c99 -Wall -Winline -O3
|
||||
CFLAGS = -std=c99 -march=native -Wall -Winline -O3
|
||||
LDFLAGS =
|
||||
|
||||
OBJS = crapto1.o crypto1.o
|
||||
|
||||
Reference in New Issue
Block a user