Commit 0426ec2
committed
Update bin/build_pgms.sh to just use make
There's no good reason why this script is needed to build with -DNDEBUG
and without -g. The performance of the programs is more than adequate
even with assert(std::is_sorted(...)) checks in them.
Just make this script use 'make clean pgms' so that it doesn't need to
be maintained to add new source files, so that the .o files can be
reused for multiple programs, and so that it shares the same build flags
as the makefile.1 parent fd5e251 commit 0426ec2
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
0 commit comments