Skip to content

Commit

Permalink
disable LTO for the core since it introduces instability in the cloud…
Browse files Browse the repository at this point in the history
… (but not locally)
  • Loading branch information
m-mcgowan committed Sep 12, 2015
1 parent e729350 commit 0176385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ MAIN_MODULE_PATH=.

include ../build/platform-id.mk

ifeq ($(PLATFORM_ID),0)
export COMPILE_LTO?=y
endif
#ifeq ($(PLATFORM_ID),0)
#export COMPILE_LTO?=y
#endif


ifeq ($(PLATFORM_ID),6)
Expand Down

0 comments on commit 0176385

Please sign in to comment.