Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: revert the debug settings
  • Loading branch information
perexg committed Sep 17, 2015
1 parent 997f65a commit 9932b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -28,7 +28,7 @@ LANGUAGES ?= bg cs de en en_GB es fa fr he hr hu it lv nl pl pt ru sv
# Common compiler flags
#

CFLAGS += -g -Og
CFLAGS += -g -O2
ifeq ($(CONFIG_W_UNUSED_RESULT),yes)
CFLAGS += -Wunused-result
endif
Expand Down

0 comments on commit 9932b10

Please sign in to comment.