gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 4d8c0bb9f19bdeeafa79ce4d3915531e50eb4eee parent 7eecb7ec32a732e777591335e459fc8f0aa9cfea Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Wed, 4 Nov 2020 20:47:55 +0300 Merge pull request #75 from bbbbbr/develop_docs_inmainrepo_tooling Docs: Turn on doxygen "Optimize for C output" Diffstat:
| M | docs/config/gbdk-2020-doxyfile | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/config/gbdk-2020-doxyfile b/docs/config/gbdk-2020-doxyfile @@ -275,7 +275,9 @@ TCL_SUBST = # members will be omitted, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_FOR_C = NO +# OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_FOR_C = YES + # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or # Python sources only. Doxygen will then generate output that is more tailored
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.