-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update readme to reflect tracing feature is needed for read-tab…
…le (#619) ## What changes are proposed in this pull request? Updates the docs to reflect that tracing is required to be enabled in the `read_table.c` example code. ## How was this change tested? Compiling without the tracing feature yields the following error: ``` Undefined symbols for architecture arm64: "_enable_event_tracing", referenced from: _main in read_table.c.o ``` And compiling with it works.
- Loading branch information
1 parent
12020d8
commit b3546f0
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters