Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

GCC Flags

Name: Anonymous 2009-06-12 11:30

What's your favourite GCC flag?

Name: Anonymous 2009-06-12 11:30

-Wsage

Name: Anonymous 2009-06-12 11:32

-O3

Name: Anonymous 2009-06-12 11:44

-o I'll be die before I have another a.out

Name: Anonymous 2009-06-12 12:01

>>4
lolol, I NEVER use this. ./a.[TAB] <3

Name: Anonymous 2009-06-12 12:06

>>2
-fno-exceptions

Name: Anonymous 2009-06-12 12:07

-funroll-loops

Name: Anonymous 2009-06-12 12:21

-DDEBUG

Name: Anonymous 2009-06-12 12:28

>>6
don't sage if you're replying to the thread. sage if you are saying 'fuck this thread, go to /r/' or whatever. idiot.

Name: Anonymous 2009-06-12 12:36

My favourite flag? Gosh, I don't know. Maybe the flag of the Euroupean Unioun!

Name: Anonymous 2009-06-12 12:40

>>10
don't sage if you're replying to the thread. sage if you are saying 'fuck this thread, go to /r/' or whatever. idiot.

Name: Anonymous 2009-06-12 13:02

-vomit-frame-pointer

Name: Anonymous 2009-06-12 13:05

>>11
You don't really know what sage is then do you

Name: Anonymous 2009-06-12 13:46

>>10
The Queen's language is the one true English language. Anything else is not English.

Name: Anonymous 2009-06-12 13:47

SAGE GOES IN THE COMMENT FIELD

Name: Anonymous 2009-06-12 13:50

>>14,11,9
trolling thread

Name: Anonymous 2009-06-12 16:44

-pedantic -Wall

Name: Anonymous 2009-06-12 16:50

-ffreestanding

Name: Anonymous 2009-06-12 18:33

-fopenmp

Obviously to be used with code that uses OpenMP.

Name: Anonymous 2009-06-12 18:51

-fgrunnur

Name: Anonymous 2009-06-12 18:57

I don't have favorite CFLAGS. I prefer science. I use a genetic algorih to compile every package over 50 generations, profiling the speed of the survivor amongst each generation.

Name: Anonymous 2009-06-12 19:10

>>21
Hello fellow gentoo user :)

Name: Anonymous 2009-06-12 20:41

>8
Oh, I use the same macro in my programs.

Name: Anonymous 2009-06-12 21:28

>>21
Hey, teach!

Name: Anonymous 2009-06-13 4:25

-malicious-double

Name: Anonymous 2009-06-13 5:17

>>7
This. Funrolling loops.

Name: Anonymous 2009-06-13 5:34

>>26
I'll funroll you're loops ;)

Name: Anonymous 2009-06-13 5:46

-Wall

Name: Anonymous 2009-06-13 7:03

Rank: VIPPER  | Subject: Re: GCC flags
Registered:    | |On 2009-06-13 05:34, >>27 said
              |  | I'll funroll you're loops ;)
2005-03-04    |  I'll funroll you are loops.
Posts: 2360    | PROTIP: you're is a contraction of "you are"
               |
 /l、          |
(゚、 。 7           |
l、 ~ヽ          |_________________________________________________________________________
じしf_, )ノ        | ``Computer science is the black magic of the 20th century'' -- A.C. Cudders

Name: Anonymous 2009-06-13 10:19

>>29
What about MY is a contradiction?

Name: Anonymous 2009-06-13 10:37

-w

Name: Anonymous 2009-06-13 12:58

$ cat defaultMake
CC=gcc
CFLAGS=-ansi -pedantic -Wall -W -Wshadow -Wcast-qual -Wwrite-strings

Name: Anonymous 2009-06-13 13:07

-std=c99

Name: Anonymous 2009-06-13 13:15

-D_GNU_SOURCE

Name: Anonymous 2009-06-13 14:07

>>32
-W
-Wut

Name: Anonymous 2009-06-13 14:14

`-W'  This is a general option similar to `-Wall' which warns about a
      selection of common programming errors, such as functions which
      can return without a value (also known as ``falling off the end of
      the function body''), and comparisons between signed and unsigned
      values. For example, the following function tests whether an un-
      signed integer is negative (which is impossible, of course):
          int
          foo (unsigned int x)
          {
            if (x < 0)
              return 0; /* cannot occur */
            else
              return 1;
          }
      Compiling this function with `-Wall' does not produce a warning...
1

1. Gough, Brian. An Introduction to GCC.

Name: Anonymous 2009-06-13 15:24

-笑

Name: Anonymous 2009-06-13 16:15

Static analysis is a piece of shit, -Wall is for faggots. You'll introduce way more bugs trying to silence the retarded warnings than you'll ever solve real problems.

A compiler is like a 4-year-old when it comes to understanding code.

Name: Anonymous 2009-06-13 16:42

You'll introduce way more bugs trying to silence the retarded warnings than you'll ever solve real problems.
[citation needed]

Name: Anonymous 2009-06-13 17:08

>>39
I think his point is that, like with Valgrind and Splint, people have a tendency to bend over backwards to get a compiler to shut up about some perfectly acceptable code.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List