Skip to content

Commit cd8805a

Browse files
authored
Merge pull request #360 from davidgiven/dtrg-fixes
Build the readable em library correctly (previously it was generating compact code all the time).
2 parents 1e5657b + 292e97c commit cd8805a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/src/em_code/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def build_variant(name, cflags):
9595
"modules/src/system",
9696
"modules/src/alloc",
9797
],
98+
cflags=cflags
9899
)
99100

100101

0 commit comments

Comments
 (0)