diff options
Diffstat (limited to 'options.mk')
-rw-r--r-- | options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,12 +6,12 @@ FICS_HOME ?= /home/chess/config PREFIX ?= /home/chess CC ?= cc -CFLAGS = -O2 -Wall -pipe -std=c11 \ +CFLAGS = -O2 -Wall -g -pipe -std=c11 \ -Wsign-compare \ -Wstrict-prototypes CXX ?= c++ -CXXFLAGS = -O2 -Wall -pipe -std=c++17 +CXXFLAGS = -O2 -Wall -g -pipe -std=c++17 # C preprocessor flags CPPFLAGS = -D_DEFAULT_SOURCE=1 |