Skip to content

Commit

Permalink
fix#18
Browse files Browse the repository at this point in the history
Signed-off-by: gaosong <[email protected]>
  • Loading branch information
gaosong committed Aug 13, 2019
1 parent 913ed34 commit c4721e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Preamble.make
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DIST_RULES =
INCLUDES =
DEFINES =

CFLAGS += -pipe -D_DEFAULT_SOURCE=1
CFLAGS += -pipe -Wno-format-security -D_DEFAULT_SOURCE=1
# protect with configure?
CDEPFLAGS = -MD -MP -MF $(@D)/.$(basename $(@F)).d

Expand Down

0 comments on commit c4721e9

Please sign in to comment.