mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
Disable optimization that doesn't apply to C
llvm-svn: 4264
This commit is contained in:
parent
b8ffbe6966
commit
295493e86e
@ -163,7 +163,7 @@ CompileP := $(CompileO) $(PROFILE)
|
||||
# Compile a c file, don't link...
|
||||
CompileC := $(CC) -c $(CPPFLAGS) $(CCFLAGS) $(CompileCommonOpts)
|
||||
CompileCG := $(CompileC) -g -D_DEBUG
|
||||
CompileCO := $(CompileC) -O3 -DNDEBUG -finline-functions -felide-constructors -fshort-enums ## DISABLE -freg-struct-return because of gcc3.2 bug
|
||||
CompileCO := $(CompileC) -O3 -DNDEBUG -finline-functions -fshort-enums ## DISABLE -freg-struct-return because of gcc3.2 bug
|
||||
CompileCP := $(CompileCO) $(PROFILE)
|
||||
|
||||
|
||||
|
@ -163,7 +163,7 @@ CompileP := $(CompileO) $(PROFILE)
|
||||
# Compile a c file, don't link...
|
||||
CompileC := $(CC) -c $(CPPFLAGS) $(CCFLAGS) $(CompileCommonOpts)
|
||||
CompileCG := $(CompileC) -g -D_DEBUG
|
||||
CompileCO := $(CompileC) -O3 -DNDEBUG -finline-functions -felide-constructors -fshort-enums ## DISABLE -freg-struct-return because of gcc3.2 bug
|
||||
CompileCO := $(CompileC) -O3 -DNDEBUG -finline-functions -fshort-enums ## DISABLE -freg-struct-return because of gcc3.2 bug
|
||||
CompileCP := $(CompileCO) $(PROFILE)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user