Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: return back -O2 (was -O0 for debug - mistake)
  • Loading branch information
perexg committed Jun 18, 2016
1 parent 2d15eca commit 07e730e
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 da de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru s
# Common compiler flags
#

CFLAGS += -g -O0 -fPIE
CFLAGS += -g -O2 -fPIE
ifeq ($(CONFIG_PIE),yes)
CFLAGS += -fPIE
else
Expand Down

0 comments on commit 07e730e

Please sign in to comment.