diff options
| author | stijn | 2015-01-08 10:32:45 +0100 |
|---|---|---|
| committer | stijn | 2015-01-08 15:29:44 +0100 |
| commit | afd6c8e1d2a2c24595194879481987cec3b57f8a (patch) | |
| tree | 918ec7c40ee16d00c7f085a853b6f6e2e1010247 /windows/Makefile | |
| parent | 181bfb6db2a089442e5b3d38d68b1236b8aa0eb0 (diff) | |
Remove obsolete bss-related code/build features
GC for unix/windows builds doesn't make use of the bss section anymore,
so we do not need the (sometimes complicated) build features and code related to it
Diffstat (limited to 'windows/Makefile')
| -rw-r--r-- | windows/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile index 5d5c7db79..342a2e4bc 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -37,7 +37,6 @@ SRC_C = \ realpath.c \ init.c \ sleep.c \ - bss.c \ OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) |
