patches: do not optimize "BAKERY" placeholder out
This commit is contained in:
parent
ff6bf25eaf
commit
a24649d81c
@ -602,6 +602,9 @@ index 0000000000..fb2d47f52b
|
||||
+ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY " \
|
||||
+ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY ";
|
||||
+
|
||||
+#ifdef __clang__
|
||||
+__attribute__((optnone))
|
||||
+#endif
|
||||
+int reorder(int argc, char** argv) {
|
||||
+ int i;
|
||||
+ char** nargv = new char*[argc + 64];
|
||||
|
||||
@ -595,6 +595,9 @@ index 0000000000..fb2d47f52b
|
||||
+ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY " \
|
||||
+ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY ";
|
||||
+
|
||||
+#ifdef __clang__
|
||||
+__attribute__((optnone))
|
||||
+#endif
|
||||
+int reorder(int argc, char** argv) {
|
||||
+ int i;
|
||||
+ char** nargv = new char*[argc + 64];
|
||||
|
||||
@ -463,6 +463,9 @@ index 0000000000..fb2d47f52b
|
||||
+ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY " \
|
||||
+ "// BAKERY // BAKERY // BAKERY // BAKERY // BAKERY // BAKERY ";
|
||||
+
|
||||
+#ifdef __clang__
|
||||
+__attribute__((optnone))
|
||||
+#endif
|
||||
+int reorder(int argc, char** argv) {
|
||||
+ int i;
|
||||
+ char** nargv = new char*[argc + 64];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user