Skip to content

Commit

Permalink
fix bad flag which makes clang++ to fail on Ubuntu Noble (#12336)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Apr 28, 2024
1 parent e88d9a4 commit 60c2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlot/OMPlotGUI/OMPlotLib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ TEMPLATE = lib

win32 {
CONFIG += staticlib
QMAKE_LFLAGS += -Wl,--enable-auto-import
}
QMAKE_LFLAGS += -enable-auto-import

SOURCES += Plot.cpp \
PlotZoomer.cpp \
Expand Down

0 comments on commit 60c2b6e

Please sign in to comment.