From de98c4114ee49cea16d1d624da107e39aae52a59 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 27 Sep 2013 18:37:37 +0000 Subject: [PATCH] Update Makefile.linux. Please note that I removed the option "-mno-stack-arg-probe" from CFLAGS. Was there any good reason for it still being there? git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3582 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/Makefile.linux | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"