diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-09 18:00:15 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-09 18:00:15 +0100 |
| commit | 930a61412bc584ff6784e573042009d4e3f45fb6 (patch) | |
| tree | 2f0b4c78ee3feba2bf4b9d942c3dd0d6fd757128 /config.mk | |
| parent | Fix errors and add makefile (diff) | |
| download | blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.gz blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.bz2 blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.xz | |
Fix warnings and add config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 |
