Skip to content

Commit

Permalink
linker warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Mar 31, 2024
1 parent 508c52a commit 66ca878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AR ?= ar
MKDIR ?= mkdir -p

CXXFLAGS += -I../include -O3 -Wall -Werror -g
LDFLAGS += -g
LDFLAGS += -Wl,--fatal-warnings -g
LDFLAGS_CMD +=
LDFLAGS_GUI +=
LDFLAGS_DLL +=
Expand Down

0 comments on commit 66ca878

Please sign in to comment.