mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Exclude .py files in MODE=rel / tiny
This commit is contained in:
parent
4f41f2184d
commit
dfa0359b50
2 changed files with 7 additions and 1 deletions
|
@ -74,6 +74,9 @@ CONFIG_CCFLAGS += \
|
|||
TARGET_ARCH ?= \
|
||||
-msse3
|
||||
|
||||
PYFLAGS += \
|
||||
-B
|
||||
|
||||
endif
|
||||
|
||||
# Asan Mode
|
||||
|
@ -157,6 +160,8 @@ CONFIG_CCFLAGS += \
|
|||
-fno-align-loops
|
||||
TARGET_ARCH ?= \
|
||||
-msse3
|
||||
PYFLAGS += \
|
||||
-B
|
||||
endif
|
||||
|
||||
# Linux-Only Tiny Mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue