Skip to content

Commit

Permalink
commit makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ocivelo committed Jan 4, 2014
1 parent a27e618 commit 81d0437
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ LD=gcc


# Language dialect selection
CFLAGS=-std=c99
#CFLAGS=-std=c99

# Warning options
CFLAGS+=-Wall -Wmissing-prototypes -Wextra -Wno-unused-parameter
#CFLAGS+=-Wall -Wmissing-prototypes -Wextra -Wno-unused-parameter
CFLAGS=-Wall -Wmissing-prototypes -Wextra -Wno-unused-parameter

# Optimisation options
CFLAGS+=-O3
Expand Down Expand Up @@ -79,3 +80,6 @@ CFLAGS+=-D_FILE_OFFSET_BITS=64

# Required to compile on Linux without a warning about pread() and pwrite() functions.
CFLAGS+=-D_POSIX_C_SOURCE=200809L

#CFLAGS+=-D DEBUG

0 comments on commit 81d0437

Please sign in to comment.