aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-12 21:05:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-12 21:05:13 +0000
commit777291ac8aaed233aa79bb4388ff3485e4c19de1 (patch)
treea8f2917b3fe3a3c13d91c507b0d69cc24100b902 /demos/Win32-MinGW
parentd76f6bff4f7561f6cf071108b8db5756fe9a3909 (diff)
downloadChibiOS-777291ac8aaed233aa79bb4388ff3485e4c19de1.tar.gz
ChibiOS-777291ac8aaed233aa79bb4388ff3485e4c19de1.tar.bz2
ChibiOS-777291ac8aaed233aa79bb4388ff3485e4c19de1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@228 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r--demos/Win32-MinGW/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile
index 8d4edec7e..ea206b0d0 100644
--- a/demos/Win32-MinGW/Makefile
+++ b/demos/Win32-MinGW/Makefile
@@ -76,7 +76,7 @@ ULIBDIR =
ULIBS =
# Define optimisation level here
-OPT = -Os -fomit-frame-pointer -fno-strict-aliasing
+OPT = -Os -fomit-frame-pointer
#
# End of user defines