GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
gdc: Build dub_platform_probe with -fsyntax-only
master
1 parent
17a2446
commit
85430c7a9f61de57fb149b3433a8bcf087a3aaf7
Iain Buclaw
authored
on 3 May 2020
Mathias LANG
committed
on 3 May 2020
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
source/dub/compilers/gdc.d
Ignore Space
Show notes
View
2
■
■
■■■
source/dub/compilers/gdc.d
settings
.
addDFlags
(
arch_flags
);
return
probePlatform
(
compiler_binary
,
arch_flags
~
[
"-S"
,
"-v"
],
arch_flags
~
[
"-fsyntax-only"
,
"-v"
],
arch_override
);
}
Show line notes below