Be more portable about getting C99 features. - sam - An updated version of the … | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f7e41a52845de8937e9e99e005b3d4f368aea3e3 | |
parent c7c0076e0423e1682ff7a1ad378a66e0a3c5226f | |
Author: Rob King <[email protected]> | |
Date: Sun, 4 Sep 2016 21:36:55 -0500 | |
Be more portable about getting C99 features. | |
Diffstat: | |
config.mk.def | 3 +-- | |
1 file changed, 1 insertion(+), 2 deletions(-) | |
--- | |
diff --git a/config.mk.def b/config.mk.def | |
@@ -2,8 +2,7 @@ | |
# copyright 2015 Rob King <[email protected]> | |
# CC is the C compiler to use | |
-CC=c99 | |
-# CC=gcc -std=c89 is another good option | |
+CC=gcc -std=c99 | |
# STANDARDS names the C preprocessor defines that need to | |
# be present to get a more-or-less standard compilation |