Skip to content

Commit

Permalink
[build] enable concurrent compilation (sass#2888)
Browse files Browse the repository at this point in the history
before
real    2m18.077s
user    1m55.516s
sys     0m21.719s

after
real    0m30.610s
user    2m34.688s
sys     0m28.359s
  • Loading branch information
ahorek authored and xzyfer committed May 20, 2019
1 parent 0d08be9 commit 21d2d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ifndef COVERAGE
CFLAGS += -O2
CXXFLAGS += -O2
LDFLAGS += -O2
MAKEFLAGS += "-j 0"
else
CFLAGS += -O1 -fno-omit-frame-pointer
CXXFLAGS += -O1 -fno-omit-frame-pointer
Expand Down

0 comments on commit 21d2d16

Please sign in to comment.