make/gcc.mk

changeset 104
2ca88ec29953
child 105
2b7f92ff2c15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/make/gcc.mk	Sat May 03 13:30:04 2025 +0200
@@ -0,0 +1,8 @@
+ #
+ # gcc toolchain config
+ #
+
+ CFLAGS =
+ DEBUG_CFLAGS = -g -Wall -Wextra -Werror -pedantic
+ RELEASE_CFLAGS = -O3 -DNDEBUG
+ LDFLAGS =
\ No newline at end of file

mercurial