diff options
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..1d11b04 --- /dev/null +++ b/config.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CPPFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c++20 -O2 -Iinclude -I/usr/local/include -DNDEBUG | ||
| 2 | LDFLAGS=-L/usr/local/lib | ||
