diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-18 22:13:36 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-18 22:13:36 +0200 |
| commit | 4a87707099e1cf79bfda2fa8228d25c73338fb18 (patch) | |
| tree | 4cd1aa49434c7f7e305f94abae141154fe09445b | |
| parent | e6e360a87ba7b67a7d894c91a8397616892ce420 (diff) | |
| download | scissor-master.tar.gz scissor-master.tar.bz2 scissor-master.zip | |
| -rw-r--r-- | compile_flags.txt | 4 | ||||
| -rw-r--r-- | makefile | 2 |
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 | ||
| @@ -5,8 +5,6 @@ include config.mk | |||
| 5 | BIN=bin/srcut | 5 | BIN=bin/srcut |
| 6 | OBJS=obj/srcut.o | 6 | OBJS=obj/srcut.o |
| 7 | 7 | ||
| 8 | CPPFLAGS=-Wall -Werror -std=c++20 -pedantic -Iinclude -O2 | ||
| 9 | |||
| 10 | all: $(BIN) | 8 | all: $(BIN) |
| 11 | 9 | ||
| 12 | $(BIN): $(OBJS) | bin | 10 | $(BIN): $(OBJS) | bin |
