nitc: refactor MModule cflags and ldflags to support different target platforms
[nit.git] / src / c_tools.nit
index b835f2a..6fa1f05 100644 (file)
@@ -125,7 +125,7 @@ end
 class ExternCFile
        super ExternFile
 
-       # Additional specific CC compiler -c flags
+       # Custom options for the C compiler (CFLAGS)
        var cflags: String
 
        redef fun hash do return filename.hash