We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0826b commit 8910b2fCopy full SHA for 8910b2f
mk/platform.mk
@@ -9,9 +9,6 @@ endef
9
$(foreach t,$(CFG_TARGET_TRIPLES),$(eval $(call DEF_HOST_VAR,$(t))))
10
$(foreach t,$(CFG_TARGET_TRIPLES),$(info cfg: host for $(t) is $(HOST_$(t))))
11
12
-# FIXME: This appears to do nothing
13
-CFG_GCCISH_FLAGS += -fno-strict-aliasing
14
-
15
# FIXME: no-omit-frame-pointer is just so that task_start_wrapper
16
# has a frame pointer and the stack walker can understand it. Turning off
17
# frame pointers everywhere is overkill
@@ -146,7 +143,7 @@ ifdef CFG_UNIXY
146
143
CFG_VALGRIND += wine
147
144
endif
148
145
149
- CFG_GCCISH_CFLAGS := -fno-strict-aliasing -march=i586
+ CFG_GCCISH_CFLAGS := -march=i586
150
CFG_GCCISH_PRE_LIB_FLAGS :=
151
CFG_GCCISH_POST_LIB_FLAGS :=
152
CFG_GCCISH_DEF_FLAG :=
0 commit comments