View previous topic :: View next topic |
Author |
Message |
raino n00b
Joined: 08 Nov 2002 Posts: 14 Location: Italy
|
Posted: Mon Apr 14, 2003 11:17 pm Post subject: kernel flag??? |
|
|
Vorrei provare a compilare il kernel con dei glag che decido io...dove vado a mettere le mani???
Mi pare che il file sia /usr/src/linux/Makefile ma non so poi cosa fare...
io vorrei mettere -Os al posto di -O2 (che mi sembra standard) e aggiungere altre opzioni... come faccio??? |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Tue Apr 15, 2003 6:23 am Post subject: |
|
|
Basta modificare Code: | CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O3 \
-fno-strict-aliasing -fno-common |
_________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
|