Skip to content

Commit

Permalink
Corrected compiler flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSladky committed Oct 10, 2024
1 parent ad76caa commit 1872231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all clean
CXX= g++
CXXFLAGS= -g -Wall -Wno-unused-function -std=c++17 -g3
CXXFLAGS= -g -Wall -Wno-unused-function -std=c++17 -O2
PROG= ../fmsi
INCLUDES-PATH?=.
INCLUDES= -I$(INCLUDES-PATH)/include -L$(INCLUDES-PATH)/lib
Expand Down

0 comments on commit 1872231

Please sign in to comment.