Skip to content

Commit

Permalink
config.mk: rm unnecessary CC/LD and -std=c99 since POSIX CC is alread…
Browse files Browse the repository at this point in the history
…y c99
  • Loading branch information
sighook committed Aug 29, 2023
1 parent 9c37745 commit db0e517
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

# flags
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wformat -DVERSION=\"${VERSION}\"
CFLAGS = -pedantic -Wall -Wextra -Wformat -DVERSION=\"${VERSION}\"
LDFLAGS =

# compiler and linker
CC = cc
LD = ${CC}

0 comments on commit db0e517

Please sign in to comment.