summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-18 10:02:34 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-18 10:02:34 +0100
commitad4b9470c1b281c91377aa44f5762d1104dfddac (patch)
tree20756d155747d72aad6fddc7b918b5758680b812 /makefiles
parent038b812ec56edd0e80bc93635cfa45b32222eafa (diff)
downloadwolfbones-ad4b9470c1b281c91377aa44f5762d1104dfddac.tar.gz
wolfbones-ad4b9470c1b281c91377aa44f5762d1104dfddac.tar.bz2
changed to public API doxygen documentation
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/compiler.mk b/makefiles/compiler.mk
index 6b8c3e9..8198166 100644
--- a/makefiles/compiler.mk
+++ b/makefiles/compiler.mk
@@ -45,7 +45,7 @@ endif
# compilation flags and compilers
COMMON_COMPILE_FLAGS = \
- -g -D_REENTRANT \
+ -g -O2 -D_REENTRANT \
-fstrict-aliasing \
-pedantic -Wall -Werror \
-Wunused -Wno-import \