Skip to content

Commit

Permalink
build ngen as release (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu authored Dec 10, 2024
1 parent 170f528 commit e0c1504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ARG COMMON_BUILD_ARGS="-DNGEN_WITH_EXTERN_ALL=ON \
-DNGEN_WITH_UDUNITS:BOOL=ON \
-DUDUNITS_QUIET:BOOL=ON \
-DNGEN_WITH_TESTS:BOOL=OFF \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=. \
-DCMAKE_CXX_FLAGS='-fuse-ld=lld'"
# lld is the linker, it's faster than the default
Expand Down

0 comments on commit e0c1504

Please sign in to comment.