feat: dynamic boot medium probing and mounting
[lunaix-os.git] / lunaix-os / config / make-cc
index 6fd8494c4d81902ebe74313e95be918fdef59236..7915afe89a0949d305ea569d5c9664564b9c3e52 100644 (file)
@@ -17,7 +17,10 @@ OFLAGS := -fno-gcse\
                  -fno-cse-follow-jumps\
                  -fno-cse-skip-blocks\
                  -fno-optimize-strlen\
-                 -fno-tree-builtin-call-dce 
+                 -fno-inline-functions-called-once \
+                 -fno-inline-functions \
+                 -fno-inline-small-functions \
+                 -fno-indirect-inlining
 
 CFLAGS := -std=gnu99 -ffreestanding $(O) $(OFLAGS) $(W) $(ARCH_OPT)
 LDFLAGS := -ffreestanding $(O) -nostdlib -lgcc
\ No newline at end of file