summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-18 22:13:36 +0200
committerThomas Schmucker <ts@its1.de>2026-07-18 22:13:36 +0200
commit4a87707099e1cf79bfda2fa8228d25c73338fb18 (patch)
tree4cd1aa49434c7f7e305f94abae141154fe09445b
parente6e360a87ba7b67a7d894c91a8397616892ce420 (diff)
downloadscissor-4a87707099e1cf79bfda2fa8228d25c73338fb18.tar.gz
scissor-4a87707099e1cf79bfda2fa8228d25c73338fb18.tar.bz2
scissor-4a87707099e1cf79bfda2fa8228d25c73338fb18.zip
compile-flags angepasstHEADmaster
-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