Skip to content

Commit

Permalink
build with -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 17, 2024
1 parent e3dd602 commit 40ee3dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
AM_CPPFLAGS = -I@top_srcdir@/include
AM_CXXFLAGS = -std=c++17 -g -O0 -W -Wall -pedantic

AM_CXXFLAGS = -std=c++17 -g -O3 -Wextra -Wall -Wpedantic

LDADD = libfolia.la

Expand Down

0 comments on commit 40ee3dd

Please sign in to comment.