Update CFLAGS

This commit is contained in:
Night Kaly 2024-11-04 23:44:58 +00:00
parent c8639e4c1e
commit 0722b71aa5
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -6,7 +6,7 @@ TARGET = vernam
PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin
CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall
CFLAGS = -Os -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall
SRC = vernam.c