Skip to content

Commit

Permalink
Makefile: optimize binutils, preliminary gcc
Browse files Browse the repository at this point in the history
That might make glibc build faster.
  • Loading branch information
pipcet committed Jan 25, 2021
1 parent 19d8b82 commit ff54791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MKDIR ?= mkdir -p
# $(PWD) is the top-level directory. No recursion here (except for subrepos).
PWD ?= $(shell pwd)
OPT_NATIVE ?= "-O0 -g3"
OPT_NATIVE ?= "-O3 -g3"
OPT_WASM ?= "-O2"
WASMDIR ?= $(PWD)
JS ?= $$JS
Expand Down

0 comments on commit ff54791

Please sign in to comment.