Browse Source

-mbulk-memory go brrr

pull/291/head
Cheng Shao 3 years ago
committed by Dan Gohman
parent
commit
c9d6f1b231
  1. 2
      Makefile

2
Makefile

@ -211,7 +211,7 @@ CFLAGS += -Wall -Wextra -Werror \
# Configure support for threads.
ifeq ($(THREAD_MODEL), single)
CFLAGS += -mthread-model single
CFLAGS += -mthread-model single -ftls-model=local-exec
endif
ifeq ($(THREAD_MODEL), posix)
CFLAGS += -mthread-model posix -pthread

Loading…
Cancel
Save