mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Update autobuild report
This commit is contained in:
parent
b66d7bf2ef
commit
37fc052d95
3 changed files with 27 additions and 10 deletions
|
|
@ -148,7 +148,7 @@ void determineCCompiler() {
|
|||
cc = "gcc -fPIC -g" optimize;
|
||||
}
|
||||
#elif defined(_MSC_VER)
|
||||
compiler = "MSC";
|
||||
compiler = "msc";
|
||||
cc = "cl /nologo";
|
||||
objext = ".obj";
|
||||
objflag = " -Fe";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue