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 = &.{
|
||||
"analyze-linkage.c",
|
||||
"and.c",
|
||||
"api-example.c",
|
||||
"api.c",
|
||||
"build-disjuncts.c",
|
||||
"command-line.c",
|
||||
|
@ -107,7 +106,6 @@ pub fn build(b: *std.Build) !void {
|
|||
"idiom.c",
|
||||
"linkset.c",
|
||||
"massage.c",
|
||||
"parse.c",
|
||||
"post-process.c",
|
||||
"pp_knowledge.c",
|
||||
"pp_lexer.c",
|
||||
|
@ -122,7 +120,6 @@ pub fn build(b: *std.Build) !void {
|
|||
"tokenize.c",
|
||||
"utilities.c",
|
||||
"word-file.c",
|
||||
"www-parse.c",
|
||||
},
|
||||
.flags = &.{
|
||||
"-O2",
|
||||
|
|
Loading…
Add table
Reference in a new issue