Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Nirbheek Chauhan
f3bb6bb227
Add a unit test to ensure object file order
...
Part of the changes to make input and output filenames in targets be
deterministic.
8 years ago
Jussi Pakkanen
9c9ab25190
Created a build_target function to set build target type dynamically.
10 years ago
Jussi Pakkanen
d4284aae89
Renamed add_test to test.
12 years ago
Jussi Pakkanen
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago
Jussi Pakkanen
9418ece26a
Renamed system from builder to Meson.
12 years ago
Jussi Pakkanen
006c34bd9e
Define link with keyword arguments.
12 years ago
Jussi Pakkanen
03e557992a
Define used languages in project() function.
12 years ago
Jussi Pakkanen
36e2b0cd37
Run generated tests as part of overall testing.
12 years ago
Jussi Pakkanen
216a8ca1ea
Can link against static libraries.
12 years ago