diff --git a/lib/Makefile.linux b/lib/Makefile.linux index 3cb0788b8..697f6324d 100644 --- a/lib/Makefile.linux +++ b/lib/Makefile.linux @@ -7,7 +7,7 @@ CXX = g++ FC = gfortran FFLAGS = -O2 -fbounds-check -Wall -Wno-conversion -fno-second-underscore -fPIE -CFLAGS = -I. -fbounds-check -mno-stack-arg-probe -fPIE +CFLAGS = -I. -fbounds-check -fPIE # Default rules %.o: %.c diff --git a/mainwindow.cpp b/mainwindow.cpp index 493bc09c8..a8ce5c2dc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"