Skip to content

Commit

Permalink
cpp code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jun 3, 2021
1 parent 18976a6 commit e8e7fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cross/mosh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ LICENSE = GPLv3+

GNU_CONFIGURE = 1
CONFIGURE_ARGS += --with-utempter
# _FORTIFY_SOURCE requires compiling with optimization (-O)
ADDITIONAL_CPPFLAGS += -O

include ../../mk/spksrc.cross-cc.mk

Expand Down

0 comments on commit e8e7fda

Please sign in to comment.