mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2025-11-30 09:07:31 +00:00
filesystem: Remove pragma disabling global optimizations
This was just an artifact missed during PR review.
This commit is contained in:
parent
cd4fca8447
commit
2cc0ef83cf
|
|
@ -2,8 +2,6 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma optimize("", off)
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/file_util.h"
|
||||
#include "core/core.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue