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 f22e629 commit ef84c79Copy full SHA for ef84c79
application/baremetal/helloworld/Makefile
@@ -6,6 +6,6 @@ SRCDIRS = . src
6
7
INCDIRS = . inc
8
9
-COMMON_FLAGS := -O2
+COMMON_FLAGS := -O0
10
11
include $(NUCLEI_SDK_ROOT)/Build/Makefile.base
application/baremetal/helloworld/npk.yml
@@ -19,7 +19,7 @@ dependencies:
19
## Package Configurations
20
configuration:
21
app_commonflags:
22
- value: -O2
+ value: -O0
23
type: text
24
description: Application Compile Flags
25
0 commit comments