summaryrefslogtreecommitdiff
path: root/src/common.make
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2013-07-06 17:35:49 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2013-07-06 17:35:49 +0200
commitfadf399405ca5d918dd5e1182fadc3d82f6bc900 (patch)
treedfa69199c211a2a4a3269abd5e10abaa0cb20b5d /src/common.make
parent9c74cb8c5bb5661d7f71f43b88816e70cc9fc022 (diff)
downloadTCE-fadf399405ca5d918dd5e1182fadc3d82f6bc900.tar.gz
TCE-fadf399405ca5d918dd5e1182fadc3d82f6bc900.zip
(nothing)
Diffstat (limited to 'src/common.make')
-rw-r--r--src/common.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.make b/src/common.make
index be30752..1b3e6aa 100644
--- a/src/common.make
+++ b/src/common.make
@@ -3,7 +3,7 @@
# ============== ENVIRONMENT VARIABLES
CC = i586-elf-gcc
-CFLAGS = -m32 -nostdlib -nostdinc -nostartfiles -nodefaultlibs -fno-builtin -ffreestanding -fno-stack-protector -Wall -Werror -Wno-error=main
+CFLAGS = -m32 -nostdlib -nostdinc -nostartfiles -nodefaultlibs -fno-builtin -ffreestanding -fno-stack-protector -Wall -Werror -Wno-error=main -O1
CCFLAGS =
CXX = i586-elf-g++
CXXFLAGS = -fno-rtti -fno-exceptions -Wno-write-strings -Wno-main -Wno-error=unused-parameter