Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Mar 9, 2024
1 parent ed8ba11 commit a7e8804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ plugins {

apply from: 'arguments.gradle'

//def debug = project.hasProperty("debug");
//def release = project.hasProperty("release");

// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project DeployUtils.
deploy {
Expand Down Expand Up @@ -73,6 +70,7 @@ model {
binaries.all {
cppCompiler.define(arg);
cppCompiler.define("-O3");

lib project: ':wombat', library: 'Wombat', linkage: 'static'
}

Expand Down Expand Up @@ -103,6 +101,7 @@ model {
binaries.all {
cppCompiler.define(arg);
cppCompiler.define("-O3");

lib project: ':wombat', library: 'Wombat', linkage: 'static'
}

Expand Down

0 comments on commit a7e8804

Please sign in to comment.