diff options
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 | ||
