Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amachronic/microtar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-05 03:40:28 +0300
committerAidan MacDonald <amachronic@protonmail.com>2021-11-05 18:16:16 +0300
commit7bdf1c4103315deca9b1f634cd147fbcdac4082b (patch)
tree3cf0229c9c389a3649f44c6ccdb0cedef026442a
parentafb3b347d50128b80c568743292583329ac6fca3 (diff)
Build with -O2 by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc076f0..5f42c2d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CPPFLAGS = -Isrc
-CFLAGS = -std=c99 -Wall -Wextra
+CFLAGS = -std=c99 -Wall -Wextra -O2
MTAR_OBJ = mtar.o
MTAR_BIN = mtar