mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00

* Add --ftime-trace to dmd * Refactor timetrace code for dmd. Pass Outbuffer by ref, move timetrace filename logic to main.d
7 lines
150 B
Makefile
7 lines
150 B
Makefile
/**
|
|
REQUIRED_ARGS: -ftime-trace-granularity=-800
|
|
TEST_OUTPUT:
|
|
---
|
|
Error: `-ftime-trace-granularity` requires a positive number of microseconds
|
|
---
|
|
*/
|