diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..6561b50 --- /dev/null +++ b/config.mk @@ -0,0 +1,3 @@ +CFLAGS = -std=c99 -Wall -pedantic -O2 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 +LDFLAGS = -lm -s |
