FIX: fixed some compiler warnings about strlen call and sscanf.

CHG: trying some optimised gcc settings in Makefile
This commit is contained in:
iceman1001
2016-04-21 14:34:58 +02:00
parent 92243fcbee
commit 77dee16f64
2 changed files with 6 additions and 5 deletions

View File

@@ -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