diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-14 14:05:35 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-14 14:05:35 +0200 |
| commit | 4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872 (patch) | |
| tree | 8eed1929e1d86a6c8be90aad4a39108c01597979 /config.mk | |
| parent | 46c9893607ecd32f8d9e2e6b7c3afa38bfc7e324 (diff) | |
| download | use-minmea-4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872.tar.gz use-minmea-4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872.tar.bz2 use-minmea-4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872.zip | |
automatischer Download von minmea
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,2 +1,3 @@ | |||
| 1 | CPPFLAGS=-Wall -Werror -pedantic -std=c++17 -O2 -Iinclude -I../minmea/include -I/usr/local/include -DNDEBUG | 1 | CPPFLAGS=-Wall -Wno-gnu-anonymous-struct -pedantic -std=c++23 -O2 -DNDEBUG |
| 2 | LDFLAGS=-L../minmea/lib -lminmea -L/usr/local/lib -lpthread | 2 | CFLAGS=-Wall -pedantic -std=c11 -O2 -DNDEBUG |
| 3 | LDFLAGS=-lpthread | ||
