src/main/resources/make/cc.mk

changeset 181
7122ebb40557
parent 180
93b2368451f6
--- a/src/main/resources/make/cc.mk	Thu Jan 08 18:16:15 2026 +0100
+++ b/src/main/resources/make/cc.mk	Thu Jan 08 18:31:54 2026 +0100
@@ -3,9 +3,10 @@
 #
 
 # How to use:
-#  - remove empty assignments and variables that you do not need
-#  - optionally: add toolchain specific variables and/or options
-#  - or: remove this file entirely (defaults will apply)
+#  - remove lines that you do not modify or remove this file entirely
+#    (the flags below are applied by default)
+#  - change the lines where you want to add / remove flags
+#  - optionally: add more toolchain specific variables
 #  - remove this comment
 CFLAGS =
 CXXFLAGS =

mercurial