Skip to content

Commit 35d7da7

Browse files
authored
Merge pull request #329 from wilzbach/stdx-allocator
Switch to use the frozen stdx-allocator merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2 parents 89b8902 + fc32323 commit 35d7da7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "beaver"]
88
path = beaver
99
url = https://github.com/sociomantic-tsunami/beaver.git
10+
[submodule "stdx-allocator"]
11+
path = stdx-allocator
12+
url = https://github.com/dlang-community/stdx-allocator

makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SRC := $(shell find src -name "*.d") \
2-
$(shell find libdparse/src -name "*.d")
3-
INCLUDE_PATHS := -Ilibdparse/src -Isrc
2+
$(shell find libdparse/src -name "*.d") \
3+
$(shell find stdx-allocator/source -name "*.d")
4+
INCLUDE_PATHS := -Ilibdparse/src -Istdx-allocator/source -Isrc
45
DMD_COMMON_FLAGS := -dip25 -w $(INCLUDE_PATHS) -Jviews
56
DMD_DEBUG_FLAGS := -debug -g $(DMD_COMMON_FLAGS)
67
DMD_FLAGS := -O -inline $(DMD_COMMON_FLAGS)

stdx-allocator

Submodule stdx-allocator added at 7487970

0 commit comments

Comments
 (0)