remove extraneous compilation units that introduce additional main symbols
This commit is contained in:
parent
a9f6d49a26
commit
c325012ce4
1 changed files with 0 additions and 3 deletions
|
@ -95,7 +95,6 @@ pub fn build(b: *std.Build) !void {
|
||||||
.files = &.{
|
.files = &.{
|
||||||
"analyze-linkage.c",
|
"analyze-linkage.c",
|
||||||
"and.c",
|
"and.c",
|
||||||
"api-example.c",
|
|
||||||
"api.c",
|
"api.c",
|
||||||
"build-disjuncts.c",
|
"build-disjuncts.c",
|
||||||
"command-line.c",
|
"command-line.c",
|
||||||
|
@ -107,7 +106,6 @@ pub fn build(b: *std.Build) !void {
|
||||||
"idiom.c",
|
"idiom.c",
|
||||||
"linkset.c",
|
"linkset.c",
|
||||||
"massage.c",
|
"massage.c",
|
||||||
"parse.c",
|
|
||||||
"post-process.c",
|
"post-process.c",
|
||||||
"pp_knowledge.c",
|
"pp_knowledge.c",
|
||||||
"pp_lexer.c",
|
"pp_lexer.c",
|
||||||
|
@ -122,7 +120,6 @@ pub fn build(b: *std.Build) !void {
|
||||||
"tokenize.c",
|
"tokenize.c",
|
||||||
"utilities.c",
|
"utilities.c",
|
||||||
"word-file.c",
|
"word-file.c",
|
||||||
"www-parse.c",
|
|
||||||
},
|
},
|
||||||
.flags = &.{
|
.flags = &.{
|
||||||
"-O2",
|
"-O2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue