1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 21:40:57 +00:00

expose the detected c standards flags

This commit is contained in:
Kalamatee
2025-05-26 21:57:22 +01:00
committed by deadwood
parent b171fa6bd8
commit 63aa8bcfb3

View File

@ -5,6 +5,13 @@
# comment style used to remove compilers section attribs
AROS_SECTION_COMMENT := @aros_targetsection_comment@
#
# C standards supported ...
#
CFLAGS_GNU99 := @aros_cflags_cgnu99@
CFLAGS_GNU11 := @aros_cflags_cgnu11@
#
# Standard compiler features ...
#