Skip to content

Commit

Permalink
Remove the redundant compiler-flags properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Mar 6, 2024
1 parent cc10ee0 commit e11e02d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion C/Savina/src/micro/Throughput.lf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ target C {
single-threaded: true,
/// [[[end]]]
files: ["../include/benchmark_runner.h"],
compiler-flags: "-lm",
fast: true
};

Expand Down
1 change: 0 additions & 1 deletion C/Savina/src/parallelism/Trapezoidal.lf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ target C {
single-threaded: true,
/// [[[end]]]
files: ["../include/benchmark_runner.h"],
compiler-flags: "-lm",
fast: true
};

Expand Down

0 comments on commit e11e02d

Please sign in to comment.