home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f7a5b
)
Fix typo in comment.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 9 Mar 2015 16:18:19 +0000
(17:18 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 9 Mar 2015 16:18:19 +0000
(17:18 +0100)
build/compiler_flags
patch
|
blob
|
history
diff --git
a/build/compiler_flags
b/build/compiler_flags
index bc4ea28ab2e213c0218b77ed9a05a42e249847ba..b17dac3db9ea7444a3215a19e0b1dc50671ac13e 100644
(file)
--- a/
build/compiler_flags
+++ b/
build/compiler_flags
@@
-5,7
+5,7
@@
OFLAG='-O3'
CFLAGS="-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security $OFLAG"
-# For non-GNU gcc masks, drop all gcc-specific debuggin
f
flags.
+# For non-GNU gcc masks, drop all gcc-specific debuggin
g
flags.
test=`stat --version 2>&1 | grep 'Free Software Foundation' | wc -l`
if [ 1 -gt $test ]
then