diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-25 15:22:10 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-25 15:22:10 +0200 |
| commit | 85929231fae3ae797f3a34f6b5d928d2341fc1e1 (patch) | |
| tree | 6da38f31e5e023c3caa4f4b9b5c7b417f7248df4 /config.mk | |
| download | gmc-300e-monitor-85929231fae3ae797f3a34f6b5d928d2341fc1e1.tar.gz gmc-300e-monitor-85929231fae3ae797f3a34f6b5d928d2341fc1e1.tar.bz2 gmc-300e-monitor-85929231fae3ae797f3a34f6b5d928d2341fc1e1.zip | |
erster import
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..c8b9252 --- /dev/null +++ b/config.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CPPFLAGS=-Wall -Werror -Wextra -pedantic -std=c++20 -fexperimental-library -O2 -DNDEBUG | ||
| 2 | LDFLAGS=-lpthread | ||
