Skip to content

Commit

Permalink
Remove gcc debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lwthiker committed Sep 15, 2023
1 parent 3453420 commit a53afd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ $(CURL_VERSION)/.chrome: $(chrome_libs) $(CURL_VERSION).tar.xz $(CURL_VERSION)/.

echo "Configuring curl with: $$config_flags"

./configure $$config_flags CFLAGS="-g -ggdb" LIBS="$$add_libs"
./configure $$config_flags LIBS="$$add_libs"

# Remove possible leftovers from a previous compilation
$(MAKE) clean MAKEFLAGS=
Expand Down

0 comments on commit a53afd8

Please sign in to comment.