Revert "arm/lc823450: Fix error: unknown pragma ignored"

This reverts commit 206e2a8eec.
This commit is contained in:
Xiang Xiao 2022-11-06 11:57:25 +08:00 committed by Masayuki Ishikawa
parent 80a2d058b8
commit 69f8ac8ed0
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@
* *
****************************************************************************/ ****************************************************************************/
#pragma GCC optimize ("O0")
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/

View File

@ -85,6 +85,8 @@
# define FORCE_USBBOOT_CHARGER # define FORCE_USBBOOT_CHARGER
#endif #endif
#pragma GCC optimize ("O0")
/**************************************************************************** /****************************************************************************
* Private Types * Private Types
****************************************************************************/ ****************************************************************************/