Skip to content

Commit

Permalink
change linux build options
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr committed Sep 7, 2024
1 parent 2fc438e commit f90d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifeq ($(UNAME_S), Darwin)
endif

ifeq ($(UNAME_S), Linux)
CXXFLAGS += -DGMENG_NO_CURSES
CXXFLAGS += -DGMENG_NO_CURSES -Wno-write-strings
endif

ifeq ($(filter debug,$(MAKECMDGOALS)), debug)
Expand Down

0 comments on commit f90d16c

Please sign in to comment.