Skip to content

Commit

Permalink
add additional CFLAGS to quiet warnings when debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Didier authored and cdidier committed Nov 1, 2019
1 parent fda59f8 commit f5b1bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.mk
Expand Up @@ -28,6 +28,8 @@ LDFLAGS += -shared

# debug
#CFLAGS += -std=c99 -W -g -Wall -Wno-unused-parameter
#CFLAGS += -Wno-deprecated-declarations
#CFLAGS += -Wno-cast-function-type

# compiler and linker
CC ?= cc

0 comments on commit f5b1bf0

Please sign in to comment.