Skip to content

Commit 56790b9

Browse files
Use -O1 option for makefile
Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
1 parent 463ef54 commit 56790b9

File tree

200 files changed

+200
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+200
-200
lines changed

001_two_sum/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test two_sum.c
2+
gcc -O1 -o test two_sum.c

002_add_two_numbers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test add_two_numbers.c
2+
gcc -O1 -o test add_two_numbers.c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test longest_substring_without_repeat.c
2+
gcc -O1 -o test longest_substring_without_repeat.c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test median_of_two_sorted_array.c
2+
gcc -O1 -o test median_of_two_sorted_array.c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test longest_palindromic_substring.c
2+
gcc -O1 -o test longest_palindromic_substring.c

006_zigzag_conversion/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test zigzag_conversion.c
2+
gcc -O1 -o test zigzag_conversion.c

007_reverse_integer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test reverse_integer.c
2+
gcc -O1 -o test reverse_integer.c

008_atoi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test atoi.c
2+
gcc -O1 -o test atoi.c

009_palindrome_number/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test palindrome_number.c
2+
gcc -O1 -o test palindrome_number.c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
all:
2-
gcc -O2 -o test regular_expression.c
2+
gcc -O1 -o test regular_expression.c

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy