From 0722b71aa52a52335558e4873e05cc9ac2236d30 Mon Sep 17 00:00:00 2001 From: night0721 Date: Mon, 4 Nov 2024 23:44:58 +0000 Subject: [PATCH] Update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c45ed0..9fa43b4 100644 --- a/Makefile +++ b/Makefile @@ -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