blob: 8cf43e19abdb6a8dde18c883da7c16ca66a9008f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.orig 2008-05-24 08:37:25.515872840 +0200
+++ configure 2008-05-24 08:38:44.943843155 +0200
@@ -220,7 +220,8 @@
MODULEDIR="\$(LIBDIR)/vlock/modules"
CC=gcc
- DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
+ #DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
+ DEFAULT_CFLAGS="-pedantic -std=gnu99"
DEBUG_CFLAGS="-O0 -g -Wall -W -pedantic -std=gnu99"
CFLAGS="${DEFAULT_CFLAGS}"
LD=ld
|