Resolve ctors/dtors/extab/extabindex

This commit is contained in:
2022-03-23 20:39:27 -04:00
parent ce247fb264
commit ed0d2110d9
6 changed files with 186 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ ifneq ($(findstring MSYS,$(shell uname)),)
endif
# If 0, tells the console to chill out. (Quiets the make process.)
VERBOSE ?= 1
VERBOSE ?= 0
# If MAPGENFLAG set to 1, tells LDFLAGS to generate a mapfile, which makes linking take several minutes.
MAPGENFLAG ?= 1