Skip to content
Snippets Groups Projects
Commit c78f8fb4 authored by jsiegle's avatar jsiegle
Browse files

Added gprof options to Linux Makefile

parent 48f1b094
Branches url-parsing
No related tags found
No related merge requests found
......@@ -15,3 +15,4 @@ Builds/Linux/build/savedState.xml
Builds/Linux/build/windowState.xml
Builds/Linux/build/Data
Builds/Linux/build/*.xml
Builds/Linux/build/*.out
......@@ -63,7 +63,7 @@ MainWindow::MainWindow()
Component::addToDesktop (getDesktopWindowStyleFlags());
setVisible (true);
setResizeLimits(500, 400, 10000, 10000);
// setResizeLimits(500, 400, 10000, 10000);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment