summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile_flags.txt4
-rw-r--r--makefile2
2 files changed, 1 insertions, 5 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
index 8efbfab..f772d26 100644
--- a/compile_flags.txt
+++ b/compile_flags.txt
@@ -1,6 +1,4 @@
1-Wall 1-Wall
2-Werror 2-Werror
3-std=c++20
4-pedantic 3-pedantic
5-I/usr/local/include 4-std=c++20
6-Iinclude
diff --git a/makefile b/makefile
index c5161ac..3715f91 100644
--- a/makefile
+++ b/makefile
@@ -5,8 +5,6 @@ include config.mk
5BIN=bin/srcut 5BIN=bin/srcut
6OBJS=obj/srcut.o 6OBJS=obj/srcut.o
7 7
8CPPFLAGS=-Wall -Werror -std=c++20 -pedantic -Iinclude -O2
9
10all: $(BIN) 8all: $(BIN)
11 9
12$(BIN): $(OBJS) | bin 10$(BIN): $(OBJS) | bin