mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Try to fix compilation
This commit is contained in:
parent
e392f442b6
commit
85d6e68889
5 changed files with 18 additions and 7 deletions
|
|
@ -16,7 +16,8 @@
|
|||
#include "Renderer.h"
|
||||
|
||||
#if defined __ARMCC_VERSION && !defined _DEBUG
|
||||
#pragma O2 // fixes crash
|
||||
// fixes crash
|
||||
#pragma O2
|
||||
#endif
|
||||
|
||||
int32 CCullZones::NumCullZones;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue