mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
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
This commit is contained in:
parent
63ff61f037
commit
132ee32568
@ -7,7 +7,7 @@ CXX = g++
|
|||||||
FC = gfortran
|
FC = gfortran
|
||||||
|
|
||||||
FFLAGS = -O2 -fbounds-check -Wall -Wno-conversion -fno-second-underscore -fPIE
|
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
|
# Default rules
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//--------------------------------------------------------------- MainWindow
|
//-------------------------------------------------------------- MainWindow
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user