gbowne1 / gbowne1/ProgrammerNotes
Add note on GCC compiler flags
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 19
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Add a note on GCC compiler flags
-A needs an assertion
-B needs a argument
-D needs a macro name (Defines a macro with the specified name)
-F needs a path (Specifies a directory to search for header files)
-I needs a path ( Adds a directory to the list of directories to be searched for header files during preprocessing )
-J needs an argument
-L needs an argument (specifies the linking directory) (specify a directory to search for libraries during the linking phase)
-R needs an argument
-T needs an argument
-U needs a macro name (This flag is used to undefine a macro)
-d needs an argument
-e needs an argument
-g includes debug symbols
-h needs an argument
-l (lower case I) needs an argument
-o needs a file name (specifies the output files)
-l (lower case L) needs and argument (This flag is used to link against a specific library)
-u needs an argument (used in symbol linking)
-v is verbose?
-x needs an argument (used to specify the language of the input files)
-z needs an argument
Needs moar research.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Es ist keine Zieldatei und kein Test angegeben; suchen Sie zunächst im Repository nach der Markdown-Notiz, die GCC oder Compiler-Flags behandelt. Prüfen Sie jede aufgeführte Option anhand der GCC-Dokumentation, klären Sie die unsicheren Einträge und prüfen Sie, ob Optionen oder Beschreibungen korrigiert werden müssen. Als abgeschlossen gilt die Aufgabe, wenn die Notiz eine korrekte, verständliche Referenz für die angeforderten Flags enthält.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- c, cpp
- Bereich
- compilers, documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100