Author Topic: different C compilation things ?  (Read 983 times)

0 Members and 1 Guest are viewing this topic.

Offline Colonel_Panic

  • Newbie
  • Posts: 54
different C compilation things ?
« on: December 24, 2021, 01:44:30 pm »
okay... I read about the part where you can add "debug" information at compile time
and it exposes variable names and increases file size

why cant  run from a "minimalist" linux setup? shouldnt my "freestanding" exe
fire up and execute even on some "micro" or "nano" linux?

a online buddy suggested I could "compile" in such a manner as to include the "graphics stuff" into the compilation??
to MY ears, it sounded similar to the DEBUG flags in the IDE...

I mean, why cant i make a graphical application, and its the little GUI for some tiny linux??
is what i am asking sane and coherent? i just want to run my C executable on (minimalist) linux